mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-16 20:05:09 +01:00
release: Puzzle v2.2.0
This commit is contained in:
@@ -32,6 +32,6 @@ side = "CLIENT"
|
||||
[[dependencies.puzzle]]
|
||||
modId = "minecraft"
|
||||
mandatory = true
|
||||
versionRange = "[1.21,)"
|
||||
versionRange = "${minecraft}"
|
||||
ordering = "NONE"
|
||||
side = "CLIENT"
|
||||
@@ -37,6 +37,10 @@
|
||||
|
||||
"depends": {
|
||||
"fabric": "*",
|
||||
"minecraft": ">=1.20"
|
||||
"minecraft": "${minecraft}"
|
||||
},
|
||||
"breaks": {
|
||||
"entity_texture_features": "<7.0.0",
|
||||
"entity_model_features": "<3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user