Merge branch 'master' into power-gen-stats
This commit is contained in:
@@ -39,8 +39,10 @@ public class SectorPreset extends UnlockableContent{
|
||||
/** Internal use only! */
|
||||
public SectorPreset(String name, LoadedMod mod){
|
||||
super(name);
|
||||
this.minfo.mod = mod;
|
||||
this.generator = new FileMapGenerator(name, this);
|
||||
if(mod != null){
|
||||
this.minfo.mod = mod;
|
||||
}
|
||||
this.generator = new FileMapGenerator(this.name, this);
|
||||
}
|
||||
|
||||
/** Internal use only! */
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
[
|
||||
{
|
||||
"name": "Toast Mindustry",
|
||||
"address": ["192.3.139.5:6567", "192.3.139.5:6568", "192.3.139.5:6569", "104.168.64.154:6567", "104.168.64.154:6568", "104.168.64.154:6569"]
|
||||
},
|
||||
{
|
||||
"name": "gods field",
|
||||
"address": ["n2.akiracloud.net:10225"]
|
||||
@@ -18,12 +22,16 @@
|
||||
},
|
||||
{
|
||||
"name": "meiqiuMDT",
|
||||
"address": ["cn1.meiqiumdy.top","cn1.meiqiumdt.top:7000","cn1.meiqiumdt.top:8000","cn1.meiqiumdt.top:7013"]
|
||||
"address": ["cn1.meiqiumdt.top","cn1.meiqiumdt.top:7000","cn1.meiqiumdt.top:8000","cn1.meiqiumdt.top:7013","cn1.meiqiumdt.top:9000"]
|
||||
},
|
||||
{
|
||||
"name": "Crux's Revelations",
|
||||
"address": ["de-free-01.hosts.optikservers.com:31528","de-prem-01.hosts.optikservers.com:35922"]
|
||||
},
|
||||
{
|
||||
"name": "Chilldustry",
|
||||
"address": ["trelesco.xyz"]
|
||||
},
|
||||
{
|
||||
"name": "CMS Empire",
|
||||
"address": ["94.250.250.252","95.84.198.97"]
|
||||
@@ -138,7 +146,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Eradication Mindustry",
|
||||
"address": ["140.238.246.78:7000", "140.238.246.78:7001", "140.238.246.78:7002", "140.238.246.78:7003", "140.238.246.78:7004", "130.61.22.183:7000", "130.61.22.183:7001", "130.61.22.183:7002", "130.61.22.183:7003", "130.61.22.183:7004", "77.100.100.249:7000", "77.100.100.249:7001", "130.61.220.99:7000", "130.61.220.99:7001", "130.61.220.99:7002", "130.61.220.99:7003", "130.61.220.99:7004"]
|
||||
"address": ["140.238.246.78:7000", "140.238.246.78:7001", "140.238.246.78:7002", "140.238.246.78:7003", "140.238.246.78:7004", "130.61.22.183:7000", "130.61.22.183:7001", "130.61.22.183:7002", "130.61.22.183:7003", "130.61.22.183:7004", "130.61.22.183:7005", "130.61.220.99:7000", "130.61.220.99:7001", "130.61.220.99:7002", "130.61.220.99:7003", "130.61.220.99:7004", "130.61.220.99:7005"]
|
||||
},
|
||||
{
|
||||
"name": "Conservatory",
|
||||
|
||||
Reference in New Issue
Block a user