Fixed for Feature assignment in biomes
This commit is contained in:
parent
de858beff5
commit
90be8a3160
5 changed files with 21 additions and 5 deletions
|
@ -17,7 +17,6 @@ public class WorldGenRegionMixin {
|
|||
@Shadow
|
||||
private ChunkAccess center;
|
||||
|
||||
//TODO: 1.19 Is it ok to remove this?
|
||||
@Inject(method = "ensureCanWrite", at = @At("HEAD"), cancellable = true)
|
||||
private void be_alterBlockCheck(BlockPos blockPos, CallbackInfoReturnable<Boolean> info) {
|
||||
int x = blockPos.getX() >> 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue