Added plant oil and associated recipes - need to compile a list for future alchemy items

This commit is contained in:
WayofTime 2016-05-05 07:59:08 -04:00
parent 050d1185a7
commit 03fa7b2712
9 changed files with 50 additions and 11 deletions

View file

@ -45,6 +45,7 @@ public class ItemComponent extends Item implements IVariantProvider
public static final String SAND_IRON = "ironSand";
public static final String SAND_GOLD = "goldSand";
public static final String SAND_COAL = "coalSand";
public static final String PLANT_OIL = "plantOil";
public ItemComponent()
{
@ -81,6 +82,7 @@ public class ItemComponent extends Item implements IVariantProvider
names.add(19, SAND_IRON);
names.add(20, SAND_GOLD);
names.add(21, SAND_COAL);
names.add(22, PLANT_OIL);
}
@Override