fix junglegrass having wrong material

This commit is contained in:
darkrose 2015-03-19 06:04:23 +10:00
parent f3c14480c8
commit 255b897e9b
1 changed files with 2 additions and 2 deletions

View File

@ -207,8 +207,8 @@ void content_mapnode_plants(bool repeat)
f->walkable = false;
f->flammable = 1; // can be replaced by fire if the node under it is set on fire
f->fuel_time = 30/32;
f->type = CMT_WOOD;
f->hardness = 0.10;
f->type = CMT_PLANT;
f->hardness = 0.20;
f->pressure_type = CST_CRUSHABLE;
f->suffocation_per_second = 0;
lists::add("creative",i);