36 lines
722 B
JSON
36 lines
722 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "trampledisablerfabric",
|
|
"version": "1.0.4",
|
|
|
|
"name": "Trample Disabler",
|
|
"description": "Disables farmland trampling",
|
|
"authors": [
|
|
"Zero"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://github.com/animeavi/TrampleDisablerFabric",
|
|
"sources": "https://github.com/animeavi/TrampleDisablerFabric"
|
|
},
|
|
|
|
"license": "BSD-3-Clause",
|
|
"icon": "assets/trampledisablerfabric/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"zero.trampledisablerfabric.TrampleDisabler"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"trampledisablerfabric.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.11.3",
|
|
"fabric": "*",
|
|
"minecraft": "1.18.x",
|
|
"java": ">=17"
|
|
}
|
|
}
|