From 833838b3a2c7a3e070b12a6086310c8c257ecead Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 23 Sep 2024 16:15:05 +0100 Subject: [PATCH] remove slime block -> 9x slime mold recipe --- dirt.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dirt.lua b/dirt.lua index 8c47c26..bb8bdbc 100644 --- a/dirt.lua +++ b/dirt.lua @@ -365,8 +365,3 @@ minetest.register_craft({ {"ethereal:slime_mold", "ethereal:slime_mold", "ethereal:slime_mold"} } }) - -minetest.register_craft({ - output = "ethereal:slime_mold 9", - recipe = {{"ethereal:slime_block"}} -})