summaryrefslogtreecommitdiff
path: root/sandwich.lua
diff options
context:
space:
mode:
authorRubenwardy <anjayward@gmail.com>2012-09-01 19:17:55 +0100
committerRubenwardy <anjayward@gmail.com>2012-09-01 19:17:55 +0100
commit805bf35c176e1a8881996fada0016ec29bfafcd0 (patch)
tree87e12bec14c300f6f5c7ecd574ef1b2cfd20af94 /sandwich.lua
parent0e01139e5a5d67966429aa2208f02955d5011cbe (diff)
Added Buns, burgers, and cleared up graphics
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"',""},
+ }
+})