mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	| @@ -210,7 +210,7 @@ public class TurtleTool extends AbstractTurtleUpgrade { | |||||||
|  |  | ||||||
|         // Destroy the block |         // Destroy the block | ||||||
|         state.getBlock() |         state.getBlock() | ||||||
|              .onBroken(world, blockPosition, state); |              .onBreak(world, blockPosition, state, turtlePlayer); | ||||||
|         if (world.removeBlock(blockPosition, false)) { |         if (world.removeBlock(blockPosition, false)) { | ||||||
|             state.getBlock() |             state.getBlock() | ||||||
|                  .onBroken(world, blockPosition, state); |                  .onBroken(world, blockPosition, state); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Danny Wensley
					Danny Wensley