Fix loot tables

This commit is contained in:
Sollace 2024-10-15 15:09:31 +01:00
parent 4c593efb32
commit 1bfb8e7203
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -13,7 +13,7 @@ public interface ULootTableEntryType {
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);
}
});