fabric cleanup

This commit is contained in:
dfsek
2021-02-22 21:41:15 -07:00
parent ac09e059fc
commit 415df211ed
9 changed files with 167 additions and 25 deletions
@@ -43,11 +43,6 @@ public class StandalonePlugin implements TerraPlugin {
return worldHandle;
}
@Override
public boolean isEnabled() {
return true;
}
@Override
public TerraWorld getWorld(World world) {
return new TerraWorld(world, registry.get("DEFAULT"), this);