From d677f3947e7760c94705bcfebde75c2465c8976f Mon Sep 17 00:00:00 2001 From: Milan <tchncs@vivaldi.net> Date: Fri, 20 Oct 2017 22:50:37 +0200 Subject: [PATCH] add tmp seacoral redviolet to dye:rose recipe --- crafting.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crafting.lua b/crafting.lua index fba32ec..2e8479f 100644 --- a/crafting.lua +++ b/crafting.lua @@ -11,6 +11,12 @@ minetest.register_craft({ cooktime = 5, }) +--TODO: remove when not needed anymore +minetest.register_craft({ + output = "dye:rose", + recipe = "seacoral:coralredviolet", +}) + minetest.register_craft({ output = "building_blocks:slab_marble", recipe = { -- GitLab