I knew I forgot something

Signed-off-by: canitzp <canitzp@gmail.com>
This commit is contained in:
canitzp 2020-10-07 08:28:30 +02:00
parent 2c07ef0fa0
commit fb62b86632
No known key found for this signature in database
GPG Key ID: A7641ECE126C50F2
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}