fix wall recipe result

This commit is contained in:
darkrose 2013-12-07 17:00:10 +10:00
parent 21124a2296
commit 9d981e14ba
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ void setWallRecipe(u16 input, u16 result)
input, input, input,
CONTENT_IGNORE, CONTENT_IGNORE, CONTENT_IGNORE
};
setRecipe(r,result,1);
setRecipe(r,result,6);
}
// one each of inputs shapeless yields 1 result
void set1Any2Recipe(u16 input1, u16 input2, u16 result)