From 644e572eb6da31cc5a107035eb12e647393524da Mon Sep 17 00:00:00 2001 From: Och Noe Date: Tue, 4 Jun 2019 22:57:13 +0200 Subject: small mistakes (typo / wrong crafting amount) --- crafting.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crafting.lua') diff --git a/crafting.lua b/crafting.lua index 99d02c2..fb3d70b 100644 --- a/crafting.lua +++ b/crafting.lua @@ -414,14 +414,14 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "moreblocks:dim_glow_glass", + output = "moreblocks:dim_glow_glass 3", type = "shapeless", recipe = {"default:glass", "default:glass", "default:glass", "default:torch", "dye:white"}, }) minetest.register_craft({ - output = "moreblocks:low_glow_glass", + output = "moreblocks:low_glow_glass 2", type = "shapeless", recipe = {"default:glass", "default:glass", "default:torch"}, }) -- cgit v1.2.3