New region loading system for blocks

This commit is contained in:
Anuken
2020-05-02 11:47:27 -04:00
parent f9129170a1
commit 069d572a97
4 changed files with 143 additions and 0 deletions

View File

@@ -586,6 +586,7 @@ public class Block extends UnlockableContent{
}
}
@CallSuper
@Override
public void load(){
region = Core.atlas.find(name);
@@ -603,6 +604,8 @@ public class Block extends UnlockableContent{
}
}
}
ContentRegions.loadRegions(this);
}
@Override