filename:
fabricdatagen/src/main/resources/fabric.mod.json
branch:
1.21
back to repo
{
"schemaVersion": 1,
"id": "oritech",
"version": "${version}",
"name": "Oritech",
"description": "Simple tech mod",
"authors": [
"Me! - rearth"
],
"contact": {
"sources": "https://github.com/Rearth/Oritech/"
},
"license": "CC0-1.0",
"icon": "assets/oritech/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"rearth.oritech.fabricgen.OritechFabricMod"
],
"fabric-datagen": [
"rearth.oritech.fabricgen.OritechDataGenerator"
]
},
"depends": {
"architectury": ">=13.0.2",
"fabricloader": ">=0.15.11",
"minecraft": "~1.21",
"java": ">=21",
"fabric-api": "*",
"team_reborn_energy": ">=4.0.0",
"owo": "*",
"geckolib": "*",
"athena": "*"
},
"suggests": {
"emi": "*"
}
}