reimplement loot tables

This commit is contained in:
dfsek
2020-12-31 23:20:16 -07:00
parent 356771bcea
commit a9df684b80
6 changed files with 34 additions and 47 deletions

View File

@@ -0,0 +1,6 @@
package com.dfsek.terra.registry;
import com.dfsek.terra.api.loot.LootTable;
public class LootRegistry extends TerraRegistry<LootTable> {
}