[1.11] Can't Craft Workbench
hennign opened this issue ยท 2 comments
Can you tell me how to craft the workbench (first arp crafting table)? I looked through the code and I thought that this:
manager.addRecipe(new ShapedOreRecipe(new ItemStack(ModBlocks.arpWorkbench),
"LCL",
"OTO",
"O O",
'T', "workbench",
'O', "blockCoal",
'L', "gemLapis",
'C', "gemLavaCrystal"));
was the recipe, and it matches what I remember from previous versions, but making that recipe doesn't do anything. I'm assuming workbench refers to the regular crafting table.
Fixed in armorplus-1.11-9.2.0.1-beta