VanillaPlus/src/main/resources/fabric.mod.json
Steven Tracey 5c3efb5506 Port from EverythingVanilla
TODO: make enchanted apples glow, add ore gen, daggers, golden netherite, villager meat, vertical slabs, aether, reaplant/replenish enchantment.
2021-11-07 22:40:44 -05:00

38 lines
684 B
JSON

{
"schemaVersion": 1,
"id": "vplus",
"version": "${version}",
"name": "Vanilla Plus",
"description": "Adding things that should be in the vanilla game!",
"authors": [
"nevetS-718"
],
"contact": {
"homepage": "https://nevets.tech/",
"sources": "https://github.com/nevetS-718/VanillaPlus"
},
"license": "CC0-1.0",
"icon": "assets/vplus/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"tech.nevets.vplus.Main"
]
},
"mixins": [
"vplus.mixins.json"
],
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.17.x",
"java": ">=16"
},
"suggests": {
"another-mod": "*"
}
}