mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-24 00:56:38 +00:00
begin sponge impl
This commit is contained in:
24
platforms/sponge/src/main/resources/META-INF/plugins.json
Normal file
24
platforms/sponge/src/main/resources/META-INF/plugins.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user