Skip to content

Commit

Permalink
Fix loot tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Oct 15, 2024
1 parent 4c593ef commit 1bfb8e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static void bootstrap() {
LootTableEvents.MODIFY.register((key, supplier, source, registries) -> {
Identifier id = key.getValue();

if ("unicopiamc".equalsIgnoreCase(id.getPath())) {
if ("unicopiamc".equalsIgnoreCase(id.getNamespace())) {
extentionTableIds.put(Identifier.ofVanilla(id.getPath()), id);
}
});
Expand Down

0 comments on commit 1bfb8e7

Please sign in to comment.