Skip to content

Commit

Permalink
1.0.7 Distinction for NetherChunks being updated from old version
Browse files Browse the repository at this point in the history
***100% Guaranteed Old Version Chunk Detection (Nether):***
- Discovered a new method for detecting chunks being updated from the old Nether. This method detects if there is too many air blockstates in the Palettes within a chunk.
- These chunks being updated in the nether will be highlighted the same as chunks being updated from old build limits in the overworld.
- This fixes false positives of those chunks showing up as new.
  • Loading branch information
etianl authored Jul 19, 2024
1 parent 2be1a1b commit f422b84
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 153 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn_mappings=1.21+build.2
loader_version=0.15.11

# Mod Properties
mod_version=1.0.6-1.21
mod_version=1.0.7-1.21
maven_group=pwn.noobs
archives_base_name=1trouser-streak

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ public void build(LiteralArgumentBuilder<CommandSource> builder) {
return SINGLE_SUCCESS;
});
}
}
}
Loading

0 comments on commit f422b84

Please sign in to comment.