forked from oerkki/voxelands
fix - apple tree
This commit is contained in:
parent
b4f266046c
commit
f101856e4e
|
@ -74,7 +74,7 @@ void content_mapnode_plants(bool repeat)
|
|||
f->fuel_time = BT_TREE;
|
||||
f->type = CMT_TREE;
|
||||
f->dig_time = 1.0;
|
||||
f->ondig_special_drop = CONTENT_WOOD;
|
||||
f->ondig_special_drop = CONTENT_APPLEWOOD;
|
||||
f->ondig_special_drop_count = 6;
|
||||
f->ondig_special_tool = TT_AXE;
|
||||
content_list_add("creative",i,1,0);
|
||||
|
|
Loading…
Reference in New Issue