added default:marram_grass as crafting recipe

master
Och Noe 2022-08-23 14:29:29 +02:00
parent 1d13f222e9
commit a51d3c098e
3 changed files with 12 additions and 1 deletions

View File

@ -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", "",""},
{ "","","" },
}
})

View File

@ -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.
--]]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB