Refactoring
This commit is contained in:
parent
fd330233dd
commit
56ccd3188d
76 changed files with 876 additions and 433 deletions
|
@ -34,7 +34,7 @@ public class AlchemicalWizardryFuelHandler implements IFuelHandler
|
|||
return 200;
|
||||
} else
|
||||
{
|
||||
NBTTagCompound tag = itemStack.stackTagCompound;
|
||||
NBTTagCompound tag = itemStack.getTagCompound();
|
||||
|
||||
if (tag == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue