From a51d3c098e87b84f4ab0a052eba80ecb82163b50 Mon Sep 17 00:00:00 2001 From: Och Noe Date: Tue, 23 Aug 2022 14:29:29 +0200 Subject: added default:marram_grass as crafting recipe --- crafting.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'crafting.lua') diff --git a/crafting.lua b/crafting.lua index 078e5d7..6a61b95 100644 --- a/crafting.lua +++ b/crafting.lua @@ -2,6 +2,7 @@ More Blocks: crafting recipes Copyright (c) 2011-2017 Hugo Locurcio and contributors. + 2018-2022 Och_Noe Licensed under the zlib license. See LICENSE.md for more information. --]] @@ -1007,3 +1008,13 @@ minetest.register_craft({ +-- 2022-08-23 default:marram_grass + +minetest.register_craft({ + output = "default:marram_grass", + recipe = { + {"default:grass", "",""}, + {"default:sand", "",""}, + { "","","" }, + } +}) -- cgit v1.2.3