forked from xjboss/KCauldronX
Initial commit (Forge 1291).
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
--- ../src-base/minecraft/net/minecraft/tileentity/TileEntityFlowerPot.java
|
||||
+++ ../src-work/minecraft/net/minecraft/tileentity/TileEntityFlowerPot.java
|
||||
@@ -55,4 +55,12 @@
|
||||
{
|
||||
return this.flowerPotData;
|
||||
}
|
||||
+
|
||||
+ // Cauldron start
|
||||
+ @Override
|
||||
+ public boolean canUpdate()
|
||||
+ {
|
||||
+ return false;
|
||||
+ }
|
||||
+ // Cauldron end
|
||||
}
|
Reference in New Issue
Block a user