From 805bf35c176e1a8881996fada0016ec29bfafcd0 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Sat, 1 Sep 2012 19:17:55 +0100 Subject: Added Buns, burgers, and cleared up graphics --- sandwich.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sandwich.lua') 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"',""}, + } +}) -- cgit v1.2.3