fix TerraAddon -> BaseAddon

This commit is contained in:
dfsek
2021-11-17 08:38:51 -07:00
parent 71b053bee6
commit 92341751fc
4 changed files with 10 additions and 11 deletions

View File

@@ -112,10 +112,6 @@ public class PlatformImpl extends AbstractPlatform {
};
}
@Override
protected Optional<TerraAddon> getPlatformAddon() {
return Optional.of(new FabricAddon(this));
}
private ProtoBiome parseBiome(String id) throws LoadException {
Identifier identifier = Identifier.tryParse(id);