Skip to content

Commit 1bfb8e7

Browse files
committed
Fix loot tables
1 parent 4c593ef commit 1bfb8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/minelittlepony/unicopia/server/world/gen/ULootTableEntryType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static void bootstrap() {
1313
LootTableEvents.MODIFY.register((key, supplier, source, registries) -> {
1414
Identifier id = key.getValue();
1515

16-
if ("unicopiamc".equalsIgnoreCase(id.getPath())) {
16+
if ("unicopiamc".equalsIgnoreCase(id.getNamespace())) {
1717
extentionTableIds.put(Identifier.ofVanilla(id.getPath()), id);
1818
}
1919
});

0 commit comments

Comments
 (0)