42 lines
969 B
JSON
42 lines
969 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "more_spear_enchants",
|
|
"version": "${version}",
|
|
"name": "More Spear Enchantments",
|
|
"description": "This is an example description! Tell everyone what your mod is about!",
|
|
"authors": [
|
|
"sillyangel"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://sillyangel.dev/",
|
|
"sources": "https://git.sillyangel.dev/angel/more_spear_enchants"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/more_spear_enchants/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"dev.sillyangel.more_spear_enchantments.MoreSpearEnchantments"
|
|
],
|
|
"fabric-datagen": [
|
|
"dev.sillyangel.more_spear_enchantments.MoreSpearEnchantmentsDataGenerator"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"more_spear_enchants.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.18.3",
|
|
"minecraft": "~1.21.11",
|
|
"java": ">=21",
|
|
"fabric-api": "*"
|
|
},
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"modmenu.discord": "https://discord.gg/gAfcZURgvJ"
|
|
},
|
|
"update_checker": true
|
|
}
|
|
}
|
|
} |