Merge branch 'stone_tile' into 'next'

Removed the ability to use stone tiles as fuel.

This prevents using stone tiles as if they were made of wood...

See merge request !62
master
Menche 2016-07-31 23:31:44 +00:00
commit 6399197b1a
1 changed files with 0 additions and 1 deletions

View File

@ -2437,7 +2437,6 @@ void content_mapnode_init(bool repeat)
f->dug_item = std::string("MaterialItem2 ")+itos(i)+" 1";
content_nodebox_carpet(f);
f->setInventoryTextureNodeBox(i,"stone_tile.png", "stone_tile.png", "stone_tile.png");
f->fuel_time = 5;
f->type = CMT_STONE;
f->hardness = 0.5;
f->pressure_type = CST_CRUSHABLE;