mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 05:32:18 -07:00
remove more obfhelpers
This commit is contained in:
@@ -368,7 +368,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ if (!wire.canSurvive(null, worldIn, pos)) {
|
||||
+ // Pop off the redstone dust
|
||||
+ Block.popResource(worldIn, pos, new ItemStack(Items.REDSTONE)); // TODO
|
||||
+ worldIn.setAir(pos);
|
||||
+ worldIn.removeBlock(pos, false);
|
||||
+
|
||||
+ // Mark this position as not being redstone wire
|
||||
+ upd1.type = UpdateNode.Type.OTHER;
|
||||
|
Reference in New Issue
Block a user