Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-05-02 10:53:52 -04:00
2 changed files with 12 additions and 10 deletions

View File

@@ -45,6 +45,8 @@ public class StackConveyor extends Block implements Autotiler{
@Override
public void load(){
super.load();
for(int i = 0; i < regions.length; i++){
regions[i] = Core.atlas.find(name + "-" + i);
}