charcoal should make torches

This commit is contained in:
darkrose 2013-12-01 10:42:27 +10:00
parent 39d21ecf32
commit 869b6a0b50
1 changed files with 1 additions and 0 deletions

View File

@ -2913,6 +2913,7 @@ void content_mapnode_init()
f->light_source = LIGHT_MAX-1;
f->digging_properties.set("", DiggingProperties(true, 0.0, 0));
crafting::set1over4Recipe(CONTENT_CRAFTITEM_COAL,CONTENT_CRAFTITEM_STICK,CONTENT_TORCH);
crafting::set1over4Recipe(CONTENT_CRAFTITEM_CHARCOAL,CONTENT_CRAFTITEM_STICK,CONTENT_TORCH);
i = CONTENT_SIGN_WALL;
f = &content_features(i);