diff --git a/both/scripts/Tinkers Construct.zs b/both/scripts/Tinkers Construct.zs index 3c9a223..ad08698 100644 --- a/both/scripts/Tinkers Construct.zs +++ b/both/scripts/Tinkers Construct.zs @@ -16,7 +16,7 @@ recipes.addShaped( * 2, [[, * 2, [[, , ], [, , ], [, , ]]); // Unstable parts (table recipes) -// --> still not working?! +// --> table not working, for some reason, only basin works (recipes below)??? mods.tconstruct.Casting.addTableRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addTableRecipe(, * 144, , false, 50); @@ -46,7 +46,6 @@ mods.tconstruct.Casting.addTableRecipe(, , * 144, , false, 50); // Unstable parts (basin recipes) -// --> still not working?! mods.tconstruct.Casting.addBasinRecipe(, * 432, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 72, , false, 50); mods.tconstruct.Casting.addBasinRecipe(, * 144, , false, 50);