addition - sticks from every season's leaves

master
Capricornus 2017-07-20 23:19:47 +02:00 committed by darkrose
parent f101856e4e
commit 8574d3d6b1
1 changed files with 3 additions and 0 deletions

View File

@ -445,6 +445,9 @@ void content_craftitem_init()
crafting::set1To2Recipe(CONTENT_CRAFTITEM_JUNGLE_PLANK,CONTENT_CRAFTITEM_STICK);
crafting::set1To2Recipe(CONTENT_CRAFTITEM_APPLE_PLANK,CONTENT_CRAFTITEM_STICK);
crafting::set1To2Recipe(CONTENT_LEAVES,CONTENT_CRAFTITEM_STICK);
crafting::set1To2Recipe(CONTENT_LEAVES_AUTUMN,CONTENT_CRAFTITEM_STICK);
crafting::set1To2Recipe(CONTENT_LEAVES_WINTER,CONTENT_CRAFTITEM_STICK);
crafting::set1To2Recipe(CONTENT_LEAVES_SNOWY,CONTENT_CRAFTITEM_STICK);
crafting::set1To2Recipe(CONTENT_APPLE_LEAVES,CONTENT_CRAFTITEM_STICK);
crafting::set1To2Recipe(CONTENT_JUNGLELEAVES,CONTENT_CRAFTITEM_STICK);
crafting::set1To2Recipe(CONTENT_CONIFER_LEAVES,CONTENT_CRAFTITEM_STICK);