fix create not being listed as a dependency for the mod, leading to unexpected behaviour

This commit is contained in:
ceayo
2025-10-13 20:47:22 +02:00
parent ec8d92bb77
commit c93baccc99

View File

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