From fe34e3f3cd3e066ba0be76f9df46c11e66411496 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 1 Nov 2021 17:33:05 +0100 Subject: [PATCH] Fix typo in one of the cactus checker crafting recipes This typo didn't affect the actual function of the crafting recipe since `moreblocks:cactuschecker` is aliased to `moreblocks:cactus_checker`. This closes #185. --- crafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crafting.lua b/crafting.lua index 34d1dc0..0161a2e 100644 --- a/crafting.lua +++ b/crafting.lua @@ -554,7 +554,7 @@ minetest.register_craft({ }) minetest.register_craft({ - output = "moreblocks:cactuschecker 4", + output = "moreblocks:cactus_checker 4", recipe = { {"default:stone", "default:cactus"}, {"default:cactus", "default:stone"},