More rituals
More rituals Comment out unimplemented portion some thing useful Renamed to something more useful
This commit is contained in:
parent
9950b32d53
commit
203a48d526
14 changed files with 886 additions and 27 deletions
|
@ -15,6 +15,7 @@ import net.minecraft.util.EnumFacing;
|
|||
import WayofTime.bloodmagic.api.altar.EnumAltarComponent;
|
||||
import WayofTime.bloodmagic.registry.ModBlocks;
|
||||
import WayofTime.bloodmagic.tile.TileInventory;
|
||||
import net.minecraftforge.fluids.IFluidBlock;
|
||||
|
||||
public class Utils
|
||||
{
|
||||
|
@ -471,4 +472,9 @@ public class Utils
|
|||
|
||||
return stack;
|
||||
}
|
||||
|
||||
public static boolean isBlockLiquid(Block block)
|
||||
{
|
||||
return (block instanceof IFluidBlock || block.getMaterial().isLiquid());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue