Skip to content

Commit

Permalink
Disabled fluid placement effects temp fix for issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGuardsman committed May 30, 2016
1 parent 6c5ef41 commit 25c6a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public ItemStack placeFluid(EntityPlayer player, ItemStack itemstack, World worl
{
if (!world.isRemote)
{
world.func_147480_a(x, y, z, true);
//world.func_147480_a(x, y, z, true);
}
if (stack.getFluid() == FluidRegistry.WATER)
{
Expand Down

0 comments on commit 25c6a6a

Please sign in to comment.