New region loading system for blocks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user