forked from xjboss/KCauldronX
Fix #29
This commit is contained in:
@ -55,3 +55,15 @@
|
||||
}
|
||||
|
||||
protected void writeEntityToNBT(NBTTagCompound p_70014_1_)
|
||||
@@ -107,4 +124,11 @@
|
||||
{
|
||||
return this.tntPlacedBy;
|
||||
}
|
||||
+
|
||||
+ // Cauldron start
|
||||
+ @Override
|
||||
+ public boolean entityProjectileHook() {
|
||||
+ return true;
|
||||
+ }
|
||||
+ // Cauldron end
|
||||
}
|
||||
|
Reference in New Issue
Block a user