mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
I knew I forgot something
Signed-off-by: canitzp <canitzp@gmail.com>
This commit is contained in:
parent
2c07ef0fa0
commit
fb62b86632
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ public class CrusherRecipe implements IDummyRecipe<CrusherRecipe> {
|
|||
JsonObject secondary = new JsonObject();
|
||||
secondary.add("output", this.writeItemStack(recipe.getSecondaryOutput()));
|
||||
secondary.addProperty("chance", recipe.getOutputChance());
|
||||
json.add("secondary", secondary);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue