added default:marram_grass as crafting recipe
This commit is contained in:
parent
1d13f222e9
commit
a51d3c098e
11
crafting.lua
11
crafting.lua
@ -2,6 +2,7 @@
|
|||||||
More Blocks: crafting recipes
|
More Blocks: crafting recipes
|
||||||
|
|
||||||
Copyright (c) 2011-2017 Hugo Locurcio and contributors.
|
Copyright (c) 2011-2017 Hugo Locurcio and contributors.
|
||||||
|
2018-2022 Och_Noe
|
||||||
Licensed under the zlib license. See LICENSE.md for more information.
|
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
|
More Blocks: node definitions
|
||||||
|
|
||||||
Copyright (c) 2011-2017 Hugo Locurcio and contributors.
|
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.
|
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 |
Loading…
x
Reference in New Issue
Block a user