Added Day and Night alchemy arrays
- Added new alchemy arrays: - Two arrays, which changes the current daylight cycle to day and night. - Fixed the JEI so that it no longer ouputs an error when loading Alchemy Array recipes without a crafting output.
This commit is contained in:
parent
a0b756240f
commit
dac93b7ec4
23 changed files with 781 additions and 23 deletions
|
@ -70,6 +70,11 @@ public class TileAlchemyArray extends TileInventory implements ITickableTileEnti
|
|||
}
|
||||
}
|
||||
|
||||
public void doDropIngredients(boolean drop)
|
||||
{
|
||||
this.doDropIngredients = drop;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CompoundNBT serialize(CompoundNBT tagCompound)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue