Skip to content

Commit 0a0dc67

Browse files
committed
add required dependency jojo_ripples mod
1 parent eabbef4 commit 0a0dc67

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ file="META-INF/accesstransformer.cfg"
3838
ordering="NONE"
3939
side="BOTH"
4040

41+
[[dependencies.${mod_id}]]
42+
modId="jojo_ripples"
43+
type="required"
44+
versionRange="[0,)"
45+
ordering="AFTER"
46+
side="BOTH"
47+
4148
# Features are specific properties of the game environment, that you may want to declare you require. This example declares
4249
# that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't
4350
# stop your mod loading on the server for example.

0 commit comments

Comments
 (0)