timothy's suck n blows

This commit is contained in:
70000hp 2026-05-06 18:48:53 -04:00
parent ad19247174
commit 3328da75e2

View File

@ -210,7 +210,7 @@ public class MachineFan extends BlockContainer implements IToolable, ITooltipPro
return true;
}
if(tool == ToolType.WRENCH) {
if(tool == ToolType.DEFUSER) {
TileEntityFan tile = (TileEntityFan) world.getTileEntity(x, y, z);
if(tile != null) {