steel bars recipe should yield steel bars

This commit is contained in:
darkrose 2014-12-24 02:26:00 +10:00
parent cfbd5628e5
commit 2a3fb8b095
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ void content_mapnode_special(bool repeat)
CONTENT_CRAFTITEM_STEEL_INGOT, CONTENT_IGNORE, CONTENT_CRAFTITEM_STEEL_INGOT,
CONTENT_CRAFTITEM_STEEL_INGOT, CONTENT_IGNORE, CONTENT_CRAFTITEM_STEEL_INGOT
};
crafting::setRecipe(r,CONTENT_SAFE,6);
crafting::setRecipe(r,CONTENT_STEEL_BARS,6);
}
lists::add("craftguide",i);
lists::add("creative",i);