hidden-hydration/src/main/resources/fabric.mod.json

30 lines
512 B
JSON

{
"schemaVersion": 1,
"id": "hiddenhydration",
"version": "${version}",
"name": "Hidden Hydration",
"description": "Allows water blocks under crop blocks to water them.",
"authors": [
"xx"
],
"contact": {
"sources": "https://git.dog/xx/hidden-hydration"
},
"license": "Unlicense",
"environment": "*",
"entrypoints": {
},
"mixins": [
"hiddenhydration.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "1.20.x",
"java": ">=17"
}
}