Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -136,6 +136,7 @@ public class ItemTurret extends Turret{
|
|||||||
}
|
}
|
||||||
|
|
||||||
BulletType type = ammoTypes.get(item);
|
BulletType type = ammoTypes.get(item);
|
||||||
|
if(type == null) return;
|
||||||
totalAmmo += type.ammoMultiplier;
|
totalAmmo += type.ammoMultiplier;
|
||||||
|
|
||||||
//find ammo entry by type
|
//find ammo entry by type
|
||||||
|
|||||||
@@ -12,6 +12,9 @@
|
|||||||
"address": "mindustry.pl:7777"
|
"address": "mindustry.pl:7777"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"address": "mindurka.tk:9999"
|
"address": "v7.mindurka.tk:9999"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"address": "mindustry.me:7000"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -106,5 +106,9 @@
|
|||||||
{
|
{
|
||||||
"name": "MeowLand",
|
"name": "MeowLand",
|
||||||
"address": ["34.134.111.15"]
|
"address": ["34.134.111.15"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "[accent]Mindustry [red]Reborn",
|
||||||
|
"address": ["mindustry.me", "mindustry.me:1000", "mindustry.me:2000", "mindustry.me:3000"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user