I have been searching all day for something that even hints at how to change the output quantity of a recipe when using Crafting Manager.
CraftingManager.getInstance().getRecipeList().add(new ShapedOreRecipe(Ammo.ammoRounds, true, new Object[]{
" P ", " G ", " C ", Character.valueOf('P'), ammoProjectile,
Character.valueOf('G'), Item.gunpowder,
Character.valueOf('C'), ammoCasing}));
How does one alter the output quantity of this recipe?
5 replies
Important Information
By using this site, you agree to our Terms of Use.