Refactoring
This commit is contained in:
parent
fd330233dd
commit
56ccd3188d
76 changed files with 876 additions and 433 deletions
src/main/java/WayofTime/alchemicalWizardry/common/block
|
@ -153,7 +153,7 @@ public class BlockBelljar extends BlockContainer
|
|||
ItemStack drop = new ItemStack(this);
|
||||
NBTTagCompound tag = new NBTTagCompound();
|
||||
((TEBellJar) tile).writeTankNBT(tag);
|
||||
drop.stackTagCompound = tag;
|
||||
drop.setTagCompound(tag);
|
||||
|
||||
list.add(drop);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue