Closes #4358 #4342 #3812 #3643 #3540
This commit is contained in:
nossr50
2020-12-29 13:47:40 -08:00
parent dd3d324415
commit 7802d54ebd
4 changed files with 3 additions and 9 deletions

View File

@@ -58,12 +58,6 @@ public class TreasureConfig extends ConfigLoader {
loadTreasures("Excavation");
loadTreasures("Hylian_Luck");
for (EntityType entity : EntityType.values()) {
if (entity.isAlive()) {
loadTreasures("Shake." + entity.toString());
}
}
}
private void loadTreasures(String type) {