This repository has been archived on 2026-01-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
more-spear-enchants-old/src/main/resources/fabric.mod.json
2025-12-22 21:20:29 -06:00

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
}
}
}