mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-17 09:45:10 +01:00
MidnightLib 1.5.2 - NeoForge & more cleanness
- Native support for NeoForge (& dropped support for regular Forge) - Cleanup of some code -> Overview button is now added via callbacks instead of a mixin - Unify client & server classes - Minor breaking change only affecting mods using the hiding functionality
This commit is contained in:
@@ -32,13 +32,9 @@
|
||||
},
|
||||
"depends": {
|
||||
"fabric-resource-loader-v0": "*",
|
||||
"minecraft": ">=1.20.2"
|
||||
"minecraft": ">=1.20.3"
|
||||
},
|
||||
|
||||
"mixins": [
|
||||
"midnightlib.mixins.json"
|
||||
],
|
||||
|
||||
"custom": {
|
||||
"modmenu": {
|
||||
"links": {
|
||||
@@ -50,5 +46,6 @@
|
||||
},
|
||||
"badges": [ "library" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"accessWidener": "midnightlib.accesswidener"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user