Added plant oil and associated recipes - need to compile a list for future alchemy items
This commit is contained in:
parent
050d1185a7
commit
03fa7b2712
9 changed files with 50 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue