summaryrefslogtreecommitdiff
path: root/melon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'melon.lua')
-rw-r--r--melon.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/melon.lua b/melon.lua
index 7043ad3..f92c9a1 100644
--- a/melon.lua
+++ b/melon.lua
@@ -101,7 +101,11 @@ minetest.register_craft({
--
minetest.register_node("crops:melon", {
description = S("Melon"),
- tiles = { "crops_melon_top.png", "crops_melon_bottom.png", "crops_melon.png", "crops_melon.png", "crops_melon.png", "crops_melon.png" },
+ tiles = {
+ "crops_melon_top.png",
+ "crops_melon_bottom.png",
+ "crops_melon.png",
+ },
sunlight_propagates = false,
use_texture_alpha = false,
walkable = true,