Fix the broken spawner recipe output using soul jars as catalyst.
The MOB_TYPE_BROKEN_SPAWNER item are used to display the recipe only, the output is not the same as the displayed item, so I change the output, players can use them for crafting reinforced spawners.
Additions/Changes/Removals
Change the recipe output for broken spawner.
I keep the old item, if the displayed broken spawner can be used for crafting reinforced spawners, this code snippet can be removed.
Short Description
Fix the broken spawner recipe output using soul jars as catalyst. The
MOB_TYPE_BROKEN_SPAWNER
item are used to display the recipe only, the output is not the same as the displayed item, so I change the output, players can use them for crafting reinforced spawners.Additions/Changes/Removals
Change the recipe output for broken spawner. I keep the old item, if the displayed broken spawner can be used for crafting reinforced spawners, this code snippet can be removed.
Related Issues
Fix #98
Video Proof
https://youtu.be/sIwa_7pcGqM
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values