It compiles

This commit is contained in:
Nassim Jahnke
2023-12-06 20:40:37 +01:00
parent b7ab883a24
commit 42a06e89bb
12 changed files with 58 additions and 19 deletions

View File

@@ -76,3 +76,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
aiblockdata[k] = iblockdata2;
if (k == i) {
world.scheduleTick(pos, block, 10);
@@ -0,0 +0,0 @@ public class TripWireHookBlock extends Block {
// CraftBukkit end
TripWireHookBlock.emitState(world, pos, flag4, flag5, flag2, flag3);
- if (!flag) {
+ if (!beingRemoved) { // Paper
if (world.getBlockState(pos).getBlock() == Blocks.TRIPWIRE_HOOK) // Paper - validate
world.setBlock(pos, (BlockState) iblockdata3.setValue(TripWireHookBlock.FACING, enumdirection), 3);
if (flag1) {