init commit

This commit is contained in:
2021-02-24 20:28:38 -05:00
parent ec430e4f9d
commit cf841a04f6
32 changed files with 934 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"schemaVersion": 1,
"id": "cherry",
"version": "${version}",
"name": "Cherry",
"description": "This mod adds a bunch of different tree's, and their respective variants",
"authors": [
"Ganku (Code), yurisuika (Textures)"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "MIT",
"icon": "assets/cherry/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.parsell.cherry.Cherry"
]
},
"mixins": [
"cherry.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
},
"suggests": {
"another-mod": "*"
}
}