Ease the recipe a bit by removing some glass

This commit is contained in:
2025-12-16 10:44:40 +01:00
parent 90f3f71ab0
commit bc7264692d

View File

@@ -120,7 +120,7 @@ core.register_craft(
recipe = {
{"default:glass", "default:steel_ingot", "default:glass"},
{"group:stick", "default:torch", "group:stick"},
{"default:glass", "default:steel_ingot", "default:glass"},
{"", "default:steel_ingot", ""},
},
}
)