47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "more_spear_enchantments",
|
|
"version": "${version}",
|
|
"name": "More Spear Enchantments",
|
|
"description": "m",
|
|
"authors": [
|
|
"sillyangel"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://sillyangel.dev/",
|
|
"sources": "https://git.sillyangel.dev/angel/more-spear-enchants"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "assets/more_spear_enchantments/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"dev.sillyangel.more_spear_enchantments.fabric.MoreSpearEnchantmentsFabric"
|
|
],
|
|
"client": [
|
|
"dev.sillyangel.more_spear_enchantments.fabric.client.MoreSpearEnchantmentsFabricClient"
|
|
],
|
|
"fabric-datagen": [
|
|
"dev.sillyangel.more_spear_enchantments.fabric.MoreSpearEnchantmentsDataGenerator"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"more_spear_enchantments.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.18.3",
|
|
"minecraft": "~1.21.11",
|
|
"java": ">=21",
|
|
"architectury": ">=19.0.1",
|
|
"fabric-api": "*"
|
|
},
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"modmenu.discord": "https://discord.gg/gAfcZURgvJ"
|
|
},
|
|
"update_checker": true
|
|
}
|
|
}
|
|
}
|