forked from Mirrorlandia_minetest/minetest
+ fence inventory icon
This commit is contained in:
parent
0f4c83eb98
commit
6c3ca42e0e
BIN
data/fence.png
Normal file
BIN
data/fence.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 539 B |
@ -236,6 +236,7 @@ void init_mapnode()
|
|||||||
|
|
||||||
i = CONTENT_FENCE;
|
i = CONTENT_FENCE;
|
||||||
f = &g_content_features[i];
|
f = &g_content_features[i];
|
||||||
|
f->setInventoryTexture("fence.png");
|
||||||
f->light_propagates = true;
|
f->light_propagates = true;
|
||||||
f->param_type = CPT_LIGHT;
|
f->param_type = CPT_LIGHT;
|
||||||
f->is_ground_content = true;
|
f->is_ground_content = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user