ArmorPlus

ArmorPlus

9M Downloads

[1.11] Can't Craft Workbench

hennign opened this issue ยท 2 comments

commented

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.

commented

Alright, thanks for the report going to take a look

commented