1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-21 20:20:18 +02:00

Merge minetest_game - Update node.lua

This commit is contained in:
Ombridride 2015-03-03 18:31:52 +01:00
parent d9c182cf9d
commit 7ed90a8651

View File

@ -1555,7 +1555,7 @@ minetest.register_node("default:grass_1", {
description = "Grass", description = "Grass",
drawtype = "plantlike", drawtype = "plantlike",
tiles = {"default_grass_1.png"}, tiles = {"default_grass_1.png"},
inventory_image = "default_grass_3.png", -- Use a bigger inventory image. inventory_image = "default_grass_3.png", -- Use texture of a taller grass stage in inventory
wield_image = "default_grass_3.png", wield_image = "default_grass_3.png",
paramtype = "light", paramtype = "light",
walkable = false, walkable = false,