Skip to content

Commit

Permalink
Update to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Sep 22, 2023
1 parent dff7304 commit a70fd60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EntityCulling-Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

"depends": {
"fabric-api": "*",
"minecraft": ">=1.20"
"minecraft": ">=1.20.2"
}
}
2 changes: 1 addition & 1 deletion EntityCulling-Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Using async raytracing to hide Tile-/Entities that are hidden behind solid block
[[dependencies.entityculling]]
modId="minecraft"
mandatory=true
versionRange="[1.20,)"
versionRange="[1.20.2,)"
ordering="NONE"
side="CLIENT"
2 changes: 1 addition & 1 deletion gradle-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: '0.0.2'
source: "https://github.com/tr7zw/ModComposeTemplate/tree/1.20"
source: "https://github.com/tr7zw/ModComposeTemplate/tree/1.20.2"
replacements:
group: "dev.tr7zw"
name: "EntityCulling"
Expand Down

0 comments on commit a70fd60

Please sign in to comment.