fix torch inventory image

This commit is contained in:
darkrose 2013-10-10 21:10:28 +10:00
parent 8a526744ef
commit c8b3496fc1
1 changed files with 1 additions and 1 deletions

View File

@ -1120,8 +1120,8 @@ void content_mapnode_init()
i = CONTENT_TORCH; i = CONTENT_TORCH;
f = &content_features(i); f = &content_features(i);
f->description = std::string("Torch"); f->description = std::string("Torch");
f->setInventoryTexture("torch_inventory.png");
f->setAllTextures("torch.png"); f->setAllTextures("torch.png");
f->setInventoryTexture("torch_inventory.png");
f->param_type = CPT_LIGHT; f->param_type = CPT_LIGHT;
f->draw_type = CDT_TORCHLIKE; f->draw_type = CDT_TORCHLIKE;
f->light_propagates = true; f->light_propagates = true;