]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/main/craft_recipes.lua
Fix stack max
[Crafter.git] / mods / main / craft_recipes.lua
index 266dfa18bdcec7294918768a0a3e88ab48b6c811..cf97bd32c9487e3fcd56822d9b1e9f217864a5c9 100644 (file)
@@ -35,9 +35,17 @@ minetest.register_craft({
        type = "cooking",
        output = "main:stone",
        recipe = "main:cobble",
-       cooktime = 3,
+       cooktime = 2,
 })
 
+minetest.register_craft({
+       type = "cooking",
+       output = "main:glass",
+       recipe = "main:sand",
+       cooktime = 1,
+})
+
+
 --fuel fuel fuel
 minetest.register_craft({
        type = "fuel",