aboutsummaryrefslogtreecommitdiff
path: root/crafting.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crafting.lua')
-rw-r--r--crafting.lua11
1 files changed, 11 insertions, 0 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", "",""},
+ { "","","" },
+ }
+})