diff options
-rw-r--r-- | crafting.lua | 11 | ||||
-rw-r--r-- | nodes.lua | 2 | ||||
-rw-r--r-- | textures/moreblocks_version_node.png | bin | 3077 -> 2964 bytes |
3 files changed, 12 insertions, 1 deletions
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", "",""}, + { "","","" }, + } +}) @@ -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 Binary files differindex 5563eca..ddb15ea 100644 --- a/textures/moreblocks_version_node.png +++ b/textures/moreblocks_version_node.png |