mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fix loot tables
This commit is contained in:
parent
4c593efb32
commit
1bfb8e7203
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public interface ULootTableEntryType {
|
||||||
LootTableEvents.MODIFY.register((key, supplier, source, registries) -> {
|
LootTableEvents.MODIFY.register((key, supplier, source, registries) -> {
|
||||||
Identifier id = key.getValue();
|
Identifier id = key.getValue();
|
||||||
|
|
||||||
if ("unicopiamc".equalsIgnoreCase(id.getPath())) {
|
if ("unicopiamc".equalsIgnoreCase(id.getNamespace())) {
|
||||||
extentionTableIds.put(Identifier.ofVanilla(id.getPath()), id);
|
extentionTableIds.put(Identifier.ofVanilla(id.getPath()), id);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue