summaryrefslogtreecommitdiff
path: root/drinks.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 /drinks.lua
parent0e01139e5a5d67966429aa2208f02955d5011cbe (diff)
Added Buns, burgers, and cleared up graphics
Diffstat (limited to 'drinks.lua')
-rw-r--r--drinks.lua24
1 files changed, 0 insertions, 24 deletions
diff --git a/drinks.lua b/drinks.lua
index b518263..e689b0d 100644
--- a/drinks.lua
+++ b/drinks.lua
@@ -16,16 +16,8 @@ print ("RubenFood [Master] - Loading Juices")
--------------------------Apple Juice--------------------------
minetest.register_node("food:apple_juice", {
description = "Apple Juice",
-
- visual_scale = 1.0,
- tiles = {"food_juice_apple.png"},
inventory_image = "food_juice_apple.png",
- paramtype = "light",
- sunlight_propagates = true,
- walkable = false,
- groups = {fleshy=3,dig_immediate=3,flammable=2},
on_use = minetest.item_eat(2),
- sounds = default.node_sound_defaults(),
})
minetest.register_craft({
@@ -44,16 +36,8 @@ minetest.register_craft({
----------------------cactus juice----------------------------
minetest.register_node(":food:cactus_juice", {
description = "Cactuz Juice",
-
- visual_scale = 1.0,
- tiles = {"food_juice_cactus.png"},
inventory_image = "food_juice_cactus.png",
- paramtype = "light",
- sunlight_propagates = true,
- walkable = false,
- groups = {fleshy=3,dig_immediate=3,flammable=2},
on_use = minetest.item_eat(2),
- sounds = default.node_sound_defaults(),
})
minetest.register_craft({
@@ -90,16 +74,8 @@ minetest.register_craftitem(":food:coffeebean_cooked",{
minetest.register_node(":food:coffee", {
description = "Coffee",
-
- visual_scale = 1.0,
- tiles = {"food_coffee_cup.png"},
inventory_image = "food_coffee_cup.png",
- paramtype = "light",
- sunlight_propagates = true,
- walkable = false,
- groups = {fleshy=3,dig_immediate=3,flammable=2},
on_use = minetest.item_eat(10),
- sounds = default.node_sound_defaults(),
})
minetest.register_craft({