From e4fab01c44d76908055478c0e7516caf44322e6a Mon Sep 17 00:00:00 2001 From: The4spaceconstants Date: Fri, 7 Oct 2022 13:21:31 +0200 Subject: [PATCH] Update 'recipes.lua' --- recipes.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recipes.lua b/recipes.lua index ceb5e30..c47634d 100644 --- a/recipes.lua +++ b/recipes.lua @@ -39,4 +39,14 @@ minetest.register_craft{ type = "shapeless", output = "default:lava_source", recipe = {"bucket:bucket_lava"} + replacements={ + {"bucket:bucket_lava","bucket:bucket_empty"}, + } +} + +--Public furnace reverting +minetest.register_craft{ + type = "shapeless" + output = "default:furnace" + recipe = {"public_furnace:public_furnace"} } \ No newline at end of file