Merge branch 'scaffolding' into 'next'

Scaffolding

Bugfix for the suffocation issue.
Special alternate node removed.

See merge request !66
This commit is contained in:
Menche 2016-08-11 00:43:28 +00:00
commit ee6d67d681
1 changed files with 1 additions and 1 deletions

View File

@ -2096,9 +2096,9 @@ void content_mapnode_special(bool repeat)
f->param_type = CPT_LIGHT;
f->param2_type = CPT_FACEDIR_SIMPLE;
f->pressure_type = CST_CRUSHABLE;
f->special_alternate_node = CONTENT_SCAFFOLDING;
f->type = CMT_WOOD;
f->walkable = false;
f->suffocation_per_second = 0;
content_nodebox_scaffolding(f);
f->setInventoryTextureNodeBox(i, "wood.png", "wood.png", "wood.png");
{