add reverse recipe for small stone axe

This commit is contained in:
Menche 2016-04-06 21:39:44 -07:00
parent 412939e50f
commit 6b4f1cc960
1 changed files with 3 additions and 0 deletions

View File

@ -360,6 +360,9 @@ void content_toolitem_init()
CONTENT_IGNORE, CONTENT_IGNORE, CONTENT_IGNORE
};
crafting::setRecipe(r,i,1);
r[0] = CONTENT_IGNORE; r[2] = CONTENT_ROCK;
crafting::setRecipe(r,i,1);
}
lists::add("craftguide",i);
lists::add("creative",i);