fix junglegrass having wrong material

master
darkrose 2015-03-19 06:04:23 +10:00
parent bc6e2e6697
commit 39142fa367
1 changed files with 2 additions and 2 deletions

View File

@ -600,8 +600,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);