begin sponge impl

This commit is contained in:
dfsek
2021-07-30 15:23:39 -07:00
parent 2263e6722b
commit bea45ff030
8 changed files with 268 additions and 9 deletions

View File

@@ -0,0 +1,24 @@
{
"plugins": [
{
"loader": "java_plain",
"id": "terra",
"name": "Terra",
"version": "@VERSION@",
"main-class": "com.dfsek.terra.sponge.TerraSpongePlugin",
"description": "@DESCRIPTION@",
"links": {
"source": "@SOURCE@",
"issues": "@ISSUES@"
},
"contributors": [
],
"dependencies": [
{
"id": "spongeapi",
"version": "9.0.0"
}
]
}
]
}