From adabd04d7b33ffa6d2a91c521cf713e092b3dc6f Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 6 Dec 2016 10:48:31 +0000 Subject: Few new tweaks thanks to RQWorldblender --- dirt.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'dirt.lua') diff --git a/dirt.lua b/dirt.lua index 17d02b0..b5f9355 100644 --- a/dirt.lua +++ b/dirt.lua @@ -408,3 +408,16 @@ minetest.register_node("ethereal:quicksand2", { groups = {crumbly = 3, sand = 1, liquid = 3, disable_jump = 1}, sounds = default.node_sound_sand_defaults(), }) + +-- craft quicksand +minetest.register_craft({ + output = "ethereal:quicksand2", + recipe = { + {"group:sand", "group:sand", "group:sand"}, + {"group:sand", "group:water_bucket", "group:sand"}, + {"group:sand", "group:sand", "group:sand"}, + }, + replacements = { + {"group:water_bucket", "bucket:bucket_empty"} + } +}) -- cgit v1.2.3