This commit is contained in:
dfsek
2021-01-01 00:27:36 -07:00
parent ce033b0956
commit 8da2b63f31
62 changed files with 108 additions and 105 deletions
@@ -1,6 +1,6 @@
package com.dfsek.terra.registry;
import com.dfsek.terra.api.loot.LootTable;
import com.dfsek.terra.api.structures.loot.LootTable;
public class LootRegistry extends TerraRegistry<LootTable> {
}