diff --git a/KaoExtended/prototypes/structurecomponents/item.lua b/KaoExtended/prototypes/structurecomponents/item.lua index 556c43b9..c3a7ffc0 100644 --- a/KaoExtended/prototypes/structurecomponents/item.lua +++ b/KaoExtended/prototypes/structurecomponents/item.lua @@ -37,8 +37,8 @@ createSC("intermediate") createSC("advanced") createSC("anotherworld") newRecipe("basic", 15).ingredients = { - {"lead-plate", 33}, - {"glass", 15}, + {"lead-plate", 15}, + {"glass", 10}, {"stone-brick", 22} } newRecipe("intermediate", 30).ingredients = {