import crafttweaker.api.item.IItemStack; // Parachute craftingTable.removeByName("simpleplanes:parachute"); craftingTable.addShaped("plane_parachute", , [[, , ], [, , ,], [, , ]]); // Seats craftingTable.removeByName("simpleplanes:seats"); .addRecipe("plane_seats", , [[, , , , ], [, , , , ], [, , , , ]]); // Plane Armor craftingTable.removeByName("simpleplanes:armor"); .addRecipe("plane_armor", , [[, , , , ], [, , , , ], [, , , , ]]); // Quick Fix It craftingTable.removeByName("simpleplanes:healing_enchanted"); craftingTable.removeByName("simpleplanes:healing"); craftingTable.addShaped("plane_healing", , [[, , ], [, , ], [, , ]]); // Electric Engine craftingTable.removeByName("simpleplanes:electric_engine"); .addRecipe("plane_electric_engine", , [[, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]); // Furnace Engine craftingTable.removeByName("simpleplanes:furnace_engine"); .addRecipe("plane_furnace_engine", , [[, , ], [, , ], [, , ]]); // Liquid Engine craftingTable.removeByName("simpleplanes:liquid_engine"); .addRecipe("plane_liquid_engine", , [[, , ], [, , ], [, , ]]); // Propeller craftingTable.removeByName("simpleplanes:propeller"); .addRecipe("plane_propeller", , [[, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]); // Rocket Booster craftingTable.removeByName("simpleplanes:booster"); .addRecipe("plane_booster", , [[, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]); // Solar Panel craftingTable.removeByName("simpleplanes:solar_panel"); .addRecipe(.builder("plane_solar_panel") .transitionTo() .require() .loops(4) .addOutput(, 1) .addStep((rb) => rb.require()) .addStep((rb) => rb.require()) .addStep((rb) => rb.require()) .addStep((rb) => rb.require()) .addStep() );