Merge pull request #265 from ceceayo/1.21.1

fix create not being listed as a dependency for the mod, leading to unexpected behaviour
This commit is contained in:
DrMangoTea
2025-11-03 20:01:26 +01:00
committed by GitHub

View File

@@ -77,3 +77,9 @@ side = "BOTH"
# stop your mod loading on the server for example. # stop your mod loading on the server for example.
#[features."${mod_id}"] #[features."${mod_id}"]
#openGLVersion="[3.2,)" #openGLVersion="[3.2,)"
[[dependencies."${mod_id}"]]
modId = "create"
type = "required"
versionRange = "[6.0.6,)"
side = "BOTH"