Skip to content

Commit

Permalink
Merge pull request #189 from Brokkonaut/1.20.2
Browse files Browse the repository at this point in the history
1.20.2
  • Loading branch information
FoundationGames authored Nov 25, 2023
2 parents 87c16e5 + 0866623 commit 67a2aa6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
org.gradle.jvmargs=-Xmx2G

minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
loader_version=0.14.21
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.2
loader_version=0.14.22

fabric_version=0.84.0+1.20.1
fabric_version=0.89.3+1.20.2

mod_version = 0.9+1.20
mod_version = 0.9+1.20.2
maven_group = foundationgames
archives_base_name = enhancedblockentities

arrp_version=0.6.7
modmenu_version=7.1.0
spruceui_version=5.0.0+1.20
arrp_version=0.8.0
modmenu_version=8.0.0
spruceui_version=5.0.3+1.20.2
dashloader_version=5.0.0-beta.1+1.20.0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class WorldRendererMixin {
| this.client.getProfiler().push("build_near_sync"); |
| this.chunkBuilder.rebuild(builtChunk, chunkRendererRegionBuilder); |
X----------------------------[END: 5 LINES DOWN]-----------------------------X */
@ModifyVariable(method = "updateChunks", at = @At(value = "JUMP", shift = At.Shift.BEFORE, opcode = Opcodes.IFEQ, ordinal = 4), index = 10)
@ModifyVariable(method = "updateChunks", at = @At(value = "JUMP", shift = At.Shift.BEFORE, opcode = Opcodes.IFEQ, ordinal = 4), index = 9)
private boolean enhanced_bes$forceSynchronousChunkRebuild(boolean old) {
if (WorldUtil.FORCE_SYNCHRONOUS_CHUNK_REBUILD) {
WorldUtil.FORCE_SYNCHRONOUS_CHUNK_REBUILD = false;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": ">=1.20"
"fabric-api": "*",
"minecraft": ">=1.20.2"
},
"breaks": {
"optifabric": "*"
Expand Down

0 comments on commit 67a2aa6

Please sign in to comment.