Extra Golems

Extra Golems

7M Downloads

Loot Table Errors

WenXin20 opened this issue ยท 8 comments

commented

Minecraft v1.16.4
Forge v35.1.13
Extra Golems v11.2.0

According to the log starting on line 564, there are a lot of loot table errors if the optional mods are not installed. Is there any way to prevent this? I'm reporting all the errors so that I can try to locate the mod causing the null with village chest loot.
Error Log

commented

Extra Golems 1.18.2 and above now use optionally-loaded data packs

commented

I would love to prevent these errors but Forge currently does not have a way to specify loot tables as optional :(

commented

Does the condition for optional recipes work for loot tables?

"conditions":
[
	{
		"type":"forge:mod_loaded",
		"modid":"thermal"
	}
]
commented

Nope, I wish it did.

commented

Has someone made an issue on forge's github for it?

commented

I've compiled a list of errors I get running this mod by itself. It's a lot.
There's probably a more efficient way to include compatibility with these mods, without the error log spam.

[31May2021 18:55:12.357] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_zinc
[31May2021 18:55:12.367] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_chromium
[31May2021 18:55:12.371] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_slag
[31May2021 18:55:12.376] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/cyan
[31May2021 18:55:12.380] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_constantan
[31May2021 18:55:12.392] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_glowshroom
[31May2021 18:55:12.396] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rubber
[31May2021 18:55:12.432] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_concrete
[31May2021 18:55:12.440] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/red
[31May2021 18:55:12.443] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_nickel
[31May2021 18:55:12.451] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_color_slime/magenta
[31May2021 18:55:12.455] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_cinnabar
[31May2021 18:55:12.460] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/white
[31May2021 18:55:12.463] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/indigo
[31May2021 18:55:12.496] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_osmium
[31May2021 18:55:12.497] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/brown
[31May2021 18:55:12.531] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_opal
[31May2021 18:55:12.533] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_brimstone
[31May2021 18:55:12.536] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/gray
[31May2021 18:55:12.540] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/violet
[31May2021 18:55:12.542] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_lumium
[31May2021 18:55:12.566] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_insulating_glass
[31May2021 18:55:12.573] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_limestone
[31May2021 18:55:12.577] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_apatite
[31May2021 18:55:12.592] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_amethyst
[31May2021 18:55:12.599] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_color_slime/red
[31May2021 18:55:12.632] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_niter
[31May2021 18:55:12.634] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_mekanism:entities/golem_salt
[31May2021 18:55:12.636] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/lime
[31May2021 18:55:12.641] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_sapphire
[31May2021 18:55:12.642] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_sulfur
[31May2021 18:55:12.643] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_marble
[31May2021 18:55:12.646] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_midori
[31May2021 18:55:12.649] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_aluminum
[31May2021 18:55:12.654] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_hv_coil
[31May2021 18:55:12.657] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/blue
[31May2021 18:55:12.661] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_tin
[31May2021 18:55:12.667] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_basalt
[31May2021 18:55:12.671] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/green
[31May2021 18:55:12.674] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_jasper
[31May2021 18:55:12.681] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/7
[31May2021 18:55:12.682] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/6
[31May2021 18:55:12.684] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/5
[31May2021 18:55:12.686] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/4
[31May2021 18:55:12.687] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/3
[31May2021 18:55:12.688] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/2
[31May2021 18:55:12.690] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/1
[31May2021 18:55:12.691] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/0
[31May2021 18:55:12.696] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/brown
[31May2021 18:55:12.698] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/8
[31May2021 18:55:12.733] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/green
[31May2021 18:55:12.738] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_elder_prismarine
[31May2021 18:55:12.745] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_leaded_concrete
[31May2021 18:55:12.748] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_duskbound_lamp
[31May2021 18:55:12.750] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/red
[31May2021 18:55:12.751] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_cured_rubber
[31May2021 18:55:12.754] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_platinum
[31May2021 18:55:12.757] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_uranium
[31May2021 18:55:12.758] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_voidstone
[31May2021 18:55:12.762] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/purple
[31May2021 18:55:12.765] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_steel
[31May2021 18:55:12.769] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/black
[31May2021 18:55:12.775] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/magenta
[31May2021 18:55:12.777] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/black
[31May2021 18:55:12.779] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/magenta
[31May2021 18:55:12.780] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_color_slime/blue
[31May2021 18:55:12.783] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_color_slime/yellow
[31May2021 18:55:12.786] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_invar
[31May2021 18:55:12.793] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_cobalt
[31May2021 18:55:12.795] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/yellow
[31May2021 18:55:12.832] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_copper
[31May2021 18:55:12.840] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/orange
[31May2021 18:55:12.845] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_biotite
[31May2021 18:55:12.848] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_ruby
[31May2021 18:55:12.850] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_elder_sea_lantern
[31May2021 18:55:12.854] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_permafrost
[31May2021 18:55:12.856] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_hardened_glass
[31May2021 18:55:12.859] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/lime
[31May2021 18:55:12.865] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_electrum
[31May2021 18:55:12.867] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/white
[31May2021 18:55:12.869] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/pink
[31May2021 18:55:12.876] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/green
[31May2021 18:55:12.883] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/14
[31May2021 18:55:12.884] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/13
[31May2021 18:55:12.886] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/12
[31May2021 18:55:12.887] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_sawdust
[31May2021 18:55:12.889] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/11
[31May2021 18:55:12.891] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/15
[31May2021 18:55:12.892] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/light_blue
[31May2021 18:55:12.930] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/10
[31May2021 18:55:12.931] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_electrum_coil
[31May2021 18:55:12.937] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/white
[31May2021 18:55:12.940] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_titanium
[31May2021 18:55:12.943] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/light_gray
[31May2021 18:55:12.944] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_silver
[31May2021 18:55:12.948] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_cushion
[31May2021 18:55:12.959] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_enderium_glass
[31May2021 18:55:12.963] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/purple
[31May2021 18:55:12.966] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/blue
[31May2021 18:55:12.970] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_enderium
[31May2021 18:55:12.971] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/4
[31May2021 18:55:12.973] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/5
[31May2021 18:55:12.977] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/6
[31May2021 18:55:12.979] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/7
[31May2021 18:55:12.983] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/8
[31May2021 18:55:13.044] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/9
[31May2021 18:55:13.045] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/pink
[31May2021 18:55:13.048] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/0
[31May2021 18:55:13.051] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/1
[31May2021 18:55:13.054] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/2
[31May2021 18:55:13.056] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/3
[31May2021 18:55:13.058] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_tallow
[31May2021 18:55:13.067] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_lumium_glass
[31May2021 18:55:13.070] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/black
[31May2021 18:55:13.073] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_bronze
[31May2021 18:55:13.076] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/orange
[31May2021 18:55:13.078] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_brass
[31May2021 18:55:13.085] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rich_slag
[31May2021 18:55:13.087] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/cyan
[31May2021 18:55:13.090] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_color_slime/cyan
[31May2021 18:55:13.092] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/yellow
[31May2021 18:55:13.134] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/yellow
[31May2021 18:55:13.138] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_cave_crystal/red
[31May2021 18:55:13.140] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/blue
[31May2021 18:55:13.142] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rosin
[31May2021 18:55:13.146] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/light_gray
[31May2021 18:55:13.149] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_coal_coke
[31May2021 18:55:13.151] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_signalum_glass
[31May2021 18:55:13.156] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_signalum
[31May2021 18:55:13.157] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/orange
[31May2021 18:55:13.159] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_thermal:entities/golem_rockwool/light_blue
[31May2021 18:55:13.165] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_duskbound
[31May2021 18:55:13.167] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_slate
[31May2021 18:55:13.188] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_quark:entities/golem_quilted_wool/gray
[31May2021 18:55:13.191] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_clib:entities/golem_tungsten
[31May2021 18:55:13.230] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_ie:entities/golem_copper_coil
[31May2021 18:55:13.231] [Worker-Main-4/ERROR] [net.minecraft.loot.LootTableManager/]: Couldn't parse loot table golems_misc:entities/golem_lead
commented

I'm sure there is a better way, but as far as I know there is no way to conditionally load loot tables like you can with crafting recipes. The answer probably lies in datagen which is a can of worms I have yet to open :/

commented

It'd take quite a bit of work in the mod itself to implement events to wrap around conditionally registering and/or removing loot tables, for sure. @skyjay1 take a look at CraftTweaker and its "Generic Loot Manager"/"Generic Loot Modifiers" code - they're system has conditional loot and runtime modification of tables - it should be a decent place to look for ideas on how you could implement it.