Repurposed Structures (Forge)

Repurposed Structures (Forge)

21M Downloads

Missing loot table for desert pyramid

cheshyrp opened this issue ยท 6 comments

commented

It's unclear from this report if the issue lies with Repurposed Structures or End Remastered. Apologies if this is the wrong place to report it.

****************** Blame Report 1.16.5-3.2.3-forge ******************

Found a Loot Table path that does not exist: endrem:minecraft_chest/desert_pyramid
The path represented by this Loot Table is: data/endrem/loot_tables/minecraft_chest/desert_pyramid.json
Loot Table method called at: net.minecraft.loot.LootContext.func_227502_a_
com.telepathicgrunt.repurposedstructures.misc.EndRemasteredDedicatedLoot.handleDedicatedModCompat
Most common cause is that the Loot Table file is not actually at that location.
Please let the mod author know about this so they can check to see if their Loot Table is correct.

commented

Did you update endrem to their latest? They are on 1.16.3+ B4.0.3.

I updated Repurposed Structures to grab the new loot tables in Endrem as they changed their paths and loot tables in a recent update.

commented
commented

Looking closer, this is the loot table in end rem:
https://gitlab.com/endrem/end-remastered/-/blob/master/src/main/resources/data/endrem/loot_tables/minecraft_chest/desert_pyramid.json

This is the entries I have that looks for it:

tableMap.put(new ResourceLocation(RepurposedStructures.MODID, "chests/pyramid/badlands_chest"), new ResourceLocation("endrem:minecraft_chest/desert_pyramid"));

They match up and should work. Which makes me wonder if their loot table was failed to be parsed for some reason. Can you share your entire latest.log file?

commented

Pastebin consistently timed out, so I zipped the log and posted it to Dropbox. Here's the link: https://www.dropbox.com/s/v5rw4qczzv0yea4/latest.zip?dl=0

commented

Oh i figured it out. I was looking at Master branch on their repo but their latest update is the update-4 branch. I need to change minecraft_chest to minecraft/chest in my mod.
image

Sorry about that. next update of RS will have this fixed!
Just to be clear, desert temples still have loot. It's just RS structure's chests cannot import end rem's items from their loot tables as I got the wrong path

commented

Fixed in latest release now!