1.1.0
All checks were successful
Build and Artifact / build (push) Successful in 2m35s

This commit is contained in:
2026-01-17 14:41:52 -06:00
parent 5dca2e112c
commit 0898d5e374
2 changed files with 13 additions and 1 deletions

View File

@@ -1,8 +1,10 @@
modLoader = "javafml" modLoader = "javafml"
loaderVersion = "[10,)" loaderVersion = "[10,)"
issueTrackerURL = "https://git.sillyangel.dev/angel/more-spear-enchants-neoforge/issues" issueTrackerURL = "https://git.sillyangel.dev/angel/more-spear-enchants/issues"
updateJSONURL= "https://git.sillyangel.dev/angel/more-spear-enchants/raw/branch/master/update.json"
license = "MIT" license = "MIT"
[[mods]] [[mods]]
modId = "more_spear_enchantments" modId = "more_spear_enchantments"
version = "${version}" version = "${version}"

10
update.json Normal file
View File

@@ -0,0 +1,10 @@
{
"homepage": "https://modrinth.com/mod/more-spear-enchantments",
"1.21.11": {
"1.1.0": "added to enchantment table (wow angel how did you forget, that is literally the whole point of the mod )\n, and switch to mojang mapping from yarn"
},
"promos": {
"1.21.11-latest": "1.1.0",
"1.21.11-recommended": "1.1.0"
}
}