summaryrefslogtreecommitdiff
path: root/sandwich.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sandwich.lua')
-rw-r--r--sandwich.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/sandwich.lua b/sandwich.lua
index ddb8693..9151bdd 100644
--- a/sandwich.lua
+++ b/sandwich.lua
@@ -48,3 +48,12 @@ minetest.register_craft({
{"",'"food:bread_slice"',""},
}
})
+
+minetest.register_craft({
+ output = '"food:burger" 1',
+ recipe = {
+ {"",'"food:bun"',""},
+ {"food:butter","food:meat",'"food:butter"'},
+ {"",'"food:bun"',""},
+ }
+})