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 +++++++++++ nodes.lua | 2 +- textures/moreblocks_version_node.png | Bin 3077 -> 2964 bytes 3 files changed, 12 insertions(+), 1 deletion(-) 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", "",""}, + { "","","" }, + } +}) diff --git a/nodes.lua b/nodes.lua index f4c97da..b6aca9f 100644 --- a/nodes.lua +++ b/nodes.lua @@ -2,7 +2,7 @@ More Blocks: node definitions Copyright (c) 2011-2017 Hugo Locurcio and contributors. - 2018-2020 Och_Noe + 2018-2022 Och_Noe Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/textures/moreblocks_version_node.png b/textures/moreblocks_version_node.png index 5563eca..ddb15ea 100644 Binary files a/textures/moreblocks_version_node.png and b/textures/moreblocks_version_node.png differ -- cgit v1.2.3