Fix ingot->dust dupe bug
Fix RC version not working in dev
This commit is contained in:
parent
19f1e71ac4
commit
271a8f2b2b
2 changed files with 4 additions and 2 deletions
|
@ -453,7 +453,9 @@ public class ModRecipes {
|
|||
continue;
|
||||
}
|
||||
dust = dust.copy();
|
||||
dust.stackSize = 2;
|
||||
if(ore){
|
||||
dust.stackSize = 2;
|
||||
}
|
||||
RecipeHandler.addRecipe(new GrinderRecipe(oreStack, dust, ore ? 270 : 200, ore ? 31 : 22));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue