Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2021-06-22 14:22:58 -04:00
3 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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"
} }
] ]

View File

@@ -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"]
} }
] ]