Anyone know what this is and how to fix it?

Discussion in 'General Minecraft Discussion' started by ThaKloned, Jul 16, 2022.

  1. No idea how to fix this:
    Code:
    [WARNING] Found validation problem in {vanilla:entities/husk}.pools[1].entries[0]: Table vanilla:entities/husk is recursively called
    [WARNING] Found validation problem in {minecraft:entities/husk}.pools[0].entries[0]: Table minecraft:entities/husk is recursively called
    [WARNING] Found validation problem in {vanilla:entities/tropical_fish}.pools[0].entries[0]->{minecraft:entities/tropical_fish}.pools[0].entries[0]: Table minecraft:entities/tropical_fish is recursively called
    [WARNING] Found validation problem in {minecraft:entities/tropical_fish}.pools[0].entries[0]: Table minecraft:entities/tropical_fish is recursively called
    I was trying to combine the SkyBlock 4 datapack loot tables with the More Mob Heads datapack since the 2 packs were preventing certain drops.

    Husk:
    The vanilla:entities/husk has vanilla + other vanilla items added to loot table.
    The minecraft:entities/husk is for the head drop.

    Tropical fish is the same as above.