diff options
author | Och Noe <och_noe@forksworld.de> | 2022-08-23 14:29:29 +0200 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2022-08-23 14:29:29 +0200 |
commit | a51d3c098e87b84f4ab0a052eba80ecb82163b50 (patch) | |
tree | d8e7728a1f4a69363786614def4632f8b97dfe05 | |
parent | 1d13f222e965992405ece23c218dab0341819d16 (diff) | |
download | moreblocks-a51d3c098e87b84f4ab0a052eba80ecb82163b50.tar.gz moreblocks-a51d3c098e87b84f4ab0a052eba80ecb82163b50.tar.bz2 moreblocks-a51d3c098e87b84f4ab0a052eba80ecb82163b50.zip |
added default:marram_grass as crafting recipe
-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 |