Skip to content

Commit 681fa4f

Browse files
committed
clean
1 parent 03c79b6 commit 681fa4f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

fabric/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"depends": {
2828
"fabricloader": ">=0.17.2",
2929
"minecraft": "~1.21.1",
30-
"java": ">=21"
30+
"java": ">=21",
31+
"integration": "*"
3132
}
3233
}

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ type = "required"
2626
versionRange = "[1.21,)"
2727
ordering = "NONE"
2828
side = "BOTH"
29+
30+
[[dependencies.initialization]]
31+
modId = "integration"
32+
type = "required"
33+
versionRange = "[0,)"
34+
ordering = "NONE"
35+
side = "BOTH"

0 commit comments

Comments
 (0)