port: MC 1.21.11(-rc2)

This commit is contained in:
Martin Prokoph
2025-12-07 20:11:35 +01:00
parent 6c732783c7
commit 8e6c76d804
14 changed files with 114 additions and 34 deletions

View File

@@ -0,0 +1,12 @@
mod.mc_dep_fabric=>=1.21.11-rc.2
mod.mc_dep_forgelike=[1.21.11,)
mod.mc_title=1.21.11-rc2
mod.mc_targets=1.21.1-rc2
deps.forge_loader=0
deps.neoforge_loader=21.10.47-beta
deps.fabric_version=0.139.4+1.21.11
deps.modmenu_version=17.0.0-alpha.1
loom.platform=fabric

View File

@@ -0,0 +1,54 @@
{
"schemaVersion": 1,
"id": "${id}",
"version": "${version}",
"name": "${name}",
"description": "Lightweight config library with config screens and commands.",
"authors": [
"Motschen"
],
"contributors": [
"maloryware",
"Jaffe2718"
],
"contact": {
"homepage": "https://www.midnightdust.eu/",
"sources": "https://github.com/TeamMidnightDust/MidnightLib",
"issues": "https://github.com/TeamMidnightDust/MidnightLib/issues"
},
"license": "MIT",
"icon": "assets/midnightlib/icon.png",
"environment": "*",
"entrypoints": {
"server": [
"eu.midnightdust.lib.config.AutoCommand"
],
"client": [
"eu.midnightdust.core.MidnightLib"
],
"modmenu": [
"eu.midnightdust.core.MidnightLib\$ModMenuInit"
]
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": "${minecraft}"
},
"mixins": [
"midnightlib.mixins.json"
],
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "http://discord.midnightdust.eu/",
"modmenu.website": "https://midnightdust.eu/midnightlib",
"midnightlib.wiki": "https://midnightdust.eu/wiki/midnightlib"
},
"badges": [ "library" ]
}
}
}