Readded the Alchemy Table
Finished adding the Alchemy Table with JEI compatability. Also added recipes for the ARC block and the Alchemy Table.
This commit is contained in:
parent
37c5e807b0
commit
bf6250272c
41 changed files with 1915 additions and 29 deletions
|
@ -153,6 +153,9 @@ public class Constants
|
|||
public static final String INPUT_FLUID = "inputfluid";
|
||||
public static final String OUTPUT_FLUID = "outputfluid";
|
||||
|
||||
public static final String SYPHON = "syphon";
|
||||
public static final String TICKS = "ticks";
|
||||
|
||||
public static final String ALTAR_TIER = Constants.NBT.ALTAR_TIER;
|
||||
public static final String ALTAR_SYPHON = "altarSyphon";
|
||||
public static final String ALTAR_CONSUMPTION_RATE = Constants.NBT.ALTAR_CONSUMPTION_RATE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue