Just Enough Resources (JER)

Just Enough Resources (JER)

163M Downloads

Will not show the correct mob drops when they are changed by In Control! (1.16)

GekidoLukas opened this issue ยท 1 comments

commented

Hey, so I changed the creeper's mob drops using the In Control! mod so that they drop a different item, but now it will not show the correct mob drops.

The Loot I did:

[
  {
    "mob": "minecraft:creeper",
    "remove": "minecraft:gunpowder"
  },
  {
    "mob": "minecraft:creeper",
    "player": true,
    "item": "immersiveengineering:dust_sulfur",
    "itemcount": "0-2"
  }
]
commented

Yeah, really need to get around to supporting this or just having a better grasp on runtime loot tables. Duplicate of #120