This commit is contained in:
IThundxr 2024-05-06 17:57:31 -04:00
parent d66170c8fe
commit 229b9a88e8
Failed to generate hash of commit

View file

@ -206,4 +206,8 @@ public class WaterWheelStructuralBlock extends DirectionalBlock implements IWren
return stillValid(level, pos, state, false) ? getMaster(level, pos, state) : pos;
}
}
@Override
public boolean isFlammable(BlockState state, BlockGetter level, BlockPos pos, Direction direction) {
return false;
}
}