cotton block should be decraftable to string

This commit is contained in:
darkrose 2014-11-21 04:14:33 +10:00
parent ebc5d5493a
commit 2b6afeb507
1 changed files with 2 additions and 0 deletions

View File

@ -650,6 +650,8 @@ void content_craftitem_init()
f->texture = "string.png";
f->name = "string";
f->description = wgettext("String");
crafting::set1To4Recipe(CONTENT_COTTON,CONTENT_CRAFTITEM_STRING);
lists::add("craftguide",i);
lists::add("creative",i);
i = CONTENT_CRAFTITEM_MESEDUST;