Skip to content

Commit

Permalink
fix derp catch
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Aug 19, 2024
1 parent a5cd066 commit c04c3b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static List<LootDrop> toDrops(final HolderLookup.Provider provider, @NotN
{
return toDrops(provider, provider.holderOrThrow(lootTableId));
}
catch (final JsonParseException ex)
catch (final IllegalStateException ex)
{
Log.getLogger().error(String.format("Failed to parse loot table from %s", lootTableId), ex);
return Collections.emptyList();
Expand Down

0 comments on commit c04c3b2

Please sign in to comment.