Initial stab at 1.11
About halfway.
This commit is contained in:
parent
ce52aea512
commit
00d6f8eb46
157 changed files with 1036 additions and 1554 deletions
|
@ -456,7 +456,7 @@ public class ModRecipes
|
|||
if (dustList != null && dustList.size() > 0)
|
||||
{
|
||||
ItemStack dustStack = dustList.get(0).copy();
|
||||
dustStack.stackSize = 2;
|
||||
dustStack.setCount(2);
|
||||
AlchemyTableRecipeRegistry.registerRecipe(new AlchemyTableCustomRecipe(dustStack, 400, 200, 1, ore, ItemCuttingFluid.getStack(ItemCuttingFluid.BASIC)));
|
||||
addedOreRecipeList.add(ore);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue