File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
fabric/src/main/resources
neoforge/src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Initialization
2- Common ModInitializer based on Integration. Add Fabric -like ModInitializer
2+ Common ModInitializer based on [ Integration] ( https://github.com/IAFEnvoy/Integration ) . Add fabric -like ModInitializer
Original file line number Diff line number Diff line change 2727 "depends" : {
2828 "fabricloader" : " >=0.17.2" ,
2929 "minecraft" : " ~1.21.1" ,
30- "java" : " >=21"
30+ "java" : " >=21" ,
31+ "integration" : " *"
3132 }
3233}
Original file line number Diff line number Diff line change @@ -26,3 +26,10 @@ type = "required"
2626versionRange = " [1.21,)"
2727ordering = " NONE"
2828side = " BOTH"
29+
30+ [[dependencies .initialization ]]
31+ modId = " integration"
32+ type = " required"
33+ versionRange = " [0,)"
34+ ordering = " NONE"
35+ side = " BOTH"
You can’t perform that action at this time.
0 commit comments