mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Set kelp wieldimage
This commit is contained in:
parent
86da75eec0
commit
469d5c2adc
1 changed files with 1 additions and 0 deletions
|
@ -1961,6 +1961,7 @@ minetest.register_node("default:sand_with_kelp", {
|
|||
tiles = {"default_sand.png"},
|
||||
special_tiles = {{name = "default_kelp.png", tileable_vertical = true}},
|
||||
inventory_image = "default_kelp.png",
|
||||
wield_image = "default_kelp.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "leveled",
|
||||
groups = {snappy = 3},
|
||||
|
|
Loading…
Add table
Reference in a new issue