mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
A very poor (but better than nothing) inventory icon for fences
This commit is contained in:
parent
acd7ce897d
commit
99c2ac0125
BIN
data/item_fence.png
Normal file
BIN
data/item_fence.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -224,6 +224,7 @@ void init_mapnode()
|
||||
f->dug_item = std::string("MaterialItem ")+itos(i)+" 1";
|
||||
f->solidness = 0; // drawn separately, makes no faces
|
||||
f->air_equivalent = true; // grass grows underneath
|
||||
f->setInventoryTexture("item_fence.png");
|
||||
|
||||
// Deprecated
|
||||
i = CONTENT_COALSTONE;
|
||||
|
Loading…
Reference in New Issue
Block a user