summaryrefslogtreecommitdiff
path: root/fruits.lua
diff options
context:
space:
mode:
authorRubenwardy <anjayward@gmail.com>2012-08-31 15:37:02 +0100
committerRubenwardy <anjayward@gmail.com>2012-08-31 15:37:02 +0100
commitd662f3b9ab3f41cc27df385ddd7e89d470553221 (patch)
treefcffb809dbeb3db3a531747d0e03b39d175b2564 /fruits.lua
parent6bd71003a2fbd3a1820eb3e37ffb7c5db7b12325 (diff)
Change mod name from rubenfood to food
Diffstat (limited to 'fruits.lua')
-rw-r--r--fruits.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/fruits.lua b/fruits.lua
index ff7a2b0..7322f7d 100644
--- a/fruits.lua
+++ b/fruits.lua
@@ -14,8 +14,8 @@ minetest.register_node(":default:orange", {
description = "Orange Fruit",
drawtype = "plantlike",
visual_scale = 1.0,
- tiles = {"ruben_orange.png"},
- inventory_image = "ruben_orange.png",
+ tiles = {"food_orange.png"},
+ inventory_image = "food_orange.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,