LandanaLeaf/build/resources/main/fabric.mod.json

32 lines
599 B
JSON

{
"schemaVersion": 1,
"id": "landanaleaf",
"version": "1.0.0",
"name": "LandanaLeaf",
"authors": [
"MCreator"
],
"contact": {
"homepage": "https://mcreator.net",
"sources": ""
},
"license": "Not specified",
"environment": "*",
"entrypoints": {
"main": [
"net.mcreator.landanaleaf.LandanaleafMod"
],
"client": [
"net.mcreator.landanaleaf.LandanaleafModClient"
]
},
"mixins": [
"landanaleaf.mixins.json"
],
"depends": {
"fabricloader": ">=0.17.2",
"minecraft": "~1.21.8",
"java": ">=21",
"fabric-api": "*"
}
}