Skip to content
Snippets Groups Projects
Commit 6ca51de9 authored by Nils Dagsson Moskopp's avatar Nils Dagsson Moskopp
Browse files

+ fence inventory icon

parent b461213d
No related branches found
No related tags found
No related merge requests found
data/fence.png

539 B

......@@ -236,6 +236,7 @@ void init_mapnode()
i = CONTENT_FENCE;
f = &g_content_features[i];
f->setInventoryTexture("fence.png");
f->light_propagates = true;
f->param_type = CPT_LIGHT;
f->is_ground_content = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment