import crafttweaker.api.recipe.CraftingTableRecipeManager; // Tide Fishing Line craftingTable.remove(); craftingTable.addShaped("vpp_tide_fishing_line_from_string", , [[], []]); // Jewelry (RPG Series) Rings / CreateDeco Support recipe conflict craftingTable.removeByRegex("createdeco:[a-z,_]*_support"); craftingTable.addShaped("vpp_createdeco_andesite_support", , [ [, , ], [, , ], [, , ] ]); craftingTable.addShaped("vpp_createdeco_brass_support", , [ [, , ], [, , ], [, , ] ]); craftingTable.addShaped("vpp_createdeco_iron_support", , [ [, , ], [, , ], [, , ] ]); craftingTable.addShaped("vpp_createdeco_copper_support", , [ [, , ], [, , ], [, , ] ]); craftingTable.addShaped("vpp_createdeco_industrial_iron_support", , [ [, , ], [, , ], [, , ] ]); craftingTable.addShaped("vpp_createdeco_zinc_support", , [ [, , ], [, , ], [, , ] ]); // Handcrafted Plate and Supplementaries Item Shelves recipe conflict craftingTable.remove(); craftingTable.addShaped("vpp_handcrafted_wood_plate", , [[, ]]);