Skip to content

Commit

Permalink
more version changes + merge into FallingBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
aria1th committed Dec 16, 2023
1 parent 348e3ba commit e3a5e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ else if (stateSchematic.isOf(Blocks.FARMLAND) && PRINTER_PRINT_DIRT_VARIANTS.get
recordCause(pos, stateSchematic.getBlock().getTranslationKey() + " at " + pos.toShortString() + " is lava", pos);
MessageHolder.sendUniqueMessage(mc.player, getReason(pos.asLong()));
continue;
} else if (sBlock instanceof SandBlock || sBlock instanceof DragonEggBlock || sBlock instanceof ConcretePowderBlock || sBlock instanceof GravelBlock || sBlock instanceof AnvilBlock) {
} else if (sBlock instanceof FallingBlock) {
// Falling blocks, check if they have support
BlockPos Offsetpos = new BlockPos(x, y - 1, z);
BlockState OffsetstateSchematic = world.getBlockState(Offsetpos);
Expand Down
1 change: 1 addition & 0 deletions versions/mapping-1.20.4-1.20.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
net.minecraft.text.PlainTextContent net.minecraft.text.TextContent

0 comments on commit e3a5e33

Please sign in to comment.