mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 09:26:00 +03:00
16 lines
354 B
Diff
16 lines
354 B
Diff
--- ../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
|
|
}
|