projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2edfb55
)
Clarify comment in default:grass_1
author
PilzAdam
<pilzadam@minetest.net>
Fri, 12 Dec 2014 16:47:31 +0000
(17:47 +0100)
committer
Novatux
<nathanael.courant@laposte.net>
Sat, 10 Jan 2015 14:47:30 +0000
(15:47 +0100)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index 3d32839994bcf7719ae4e8e82941c3c0235d747d..cccf06e09f7aafaced3f829054393b3e797a500d 100644
(file)
--- 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",