Open ghost opened 4 years ago
Bump.
MC: 1.20.1 Forge: 47.2.4 JER: 1.20.1-1.4.0.238 JEI: 1.20.1-forge-15.2.0.26 (using previous version intentionally to resolve issue with Create recipes)
I'm using LootJS to modify the wither loot table to drop netherite upgrade smithing templates for a skyblock pack, and noticed while testing that the upgrade wasn't properly showing wither drops as a source of obtaining the item.
I also determined that the JER wither drops page is entirely unpopulated despite properly dropping both nether stars and yellow hearts from Baubley Heart Canisters on kill. Wardens show the vanilla sculk catalyst drop despite also having additional drops from other included mods in the pack. Modifying my LootJS script to make Wardens drop netherite upgrades had no effect on the displayed drops, as it did with Withers.
The absence of nether stars as a Wither drop is strange as it's vanilla, but otherwise this sounds a lot like Issue #288 - is there any possibility of a fix?
MC: 1.16.3 Forge: 34.1.21 JER: 1.16.3-0.12.0.102
I use GlobalDatapack mod to modify the zombie loot table. I basically remove the potato/iron/carrot drops from the
loot_tables/entities/zombie.json
file. But the new loot drops are not shown in JER. It shows the original vanilla drops for the zombie.Is it possible to make JER reflect these changes?