It compiles. Somehow.
This commit is contained in:
parent
554c9852e6
commit
348fee1e2a
150 changed files with 1029 additions and 2186 deletions
|
@ -41,6 +41,9 @@ public class ItemLavaCrystal extends ItemBindableBase implements IVariantProvide
|
|||
|
||||
@Override
|
||||
public int getItemBurnTime(ItemStack stack) {
|
||||
if (!stack.hasTagCompound())
|
||||
return -1;
|
||||
|
||||
if (getOwnerUUID(stack) == null)
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue