From 4ce47528e1f729e65f314b8b1ea68cc88ab3f326 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Fri, 12 Dec 2014 17:47:31 +0100 Subject: [PATCH] Clarify comment in default:grass_1 --- mods/default/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 3d328399..cccf06e0 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -811,7 +811,7 @@ minetest.register_node("default:grass_1", { drawtype = "plantlike", waving = 1, tiles = {"default_grass_1.png"}, - -- use a bigger inventory image + -- Use texture of a taller grass stage in inventory inventory_image = "default_grass_3.png", wield_image = "default_grass_3.png", paramtype = "light",