forked from oerkki/voxelands
add reverse recipe for small stone axe
This commit is contained in:
parent
412939e50f
commit
6b4f1cc960
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue