From 4e2a550ec92801f3ceaedfbed0d4f8b7b5308ed1 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Mon, 30 Apr 2018 16:58:52 +0300 Subject: recycle snow slabs --- extranodes/lox.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extranodes/lox.lua b/extranodes/lox.lua index 93954fe..a4831a6 100644 --- a/extranodes/lox.lua +++ b/extranodes/lox.lua @@ -189,4 +189,11 @@ minetest.register_craft({ { "tnt:tnt", "technic:lox", "tnt:tnt"}, { "technic:lox", "tnt:tnt", "technic:lox"} }, + }) + +-- since there will be a significant surplus of snow slabs, a recipe for recycling is in order +minetest.register_craft({ + output = "default:snowblock", + type = "shapeless", + recipe = { "stairs:slab_snowblock", "stairs:slab_snowblock" }, }) \ No newline at end of file -- cgit v1.2.3