Fixed for Feature assignment in biomes

This commit is contained in:
Frank 2022-12-02 23:24:29 +01:00
parent de858beff5
commit 90be8a3160
5 changed files with 21 additions and 5 deletions

View file

@ -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;