mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
497a68e792
@ -794,6 +794,11 @@ public class Block extends UnlockableContent{
|
||||
|
||||
clipSize = Math.max(clipSize, size * tilesize);
|
||||
|
||||
//only kept to ensure compatibility with v6 mods.
|
||||
if(expanded){
|
||||
clipSize += tilesize * 10f;
|
||||
}
|
||||
|
||||
if(emitLight){
|
||||
clipSize = Math.max(clipSize, lightRadius * 2f);
|
||||
}
|
||||
|
@ -5,16 +5,12 @@
|
||||
},
|
||||
{
|
||||
"name": "C.A.M.S.",
|
||||
"address": ["baseduser.eu.org:6569", "v7.thedimas.pp.ua"]
|
||||
"address": ["baseduser.eu.org:6569", "v7.thedimas.pp.ua", "mindustry.me:7000"]
|
||||
},
|
||||
{
|
||||
"name": "hexpvp.ml",
|
||||
"address": "hexpvp.ml"
|
||||
},
|
||||
{
|
||||
"name": "[accent]Mindustry [red]Reborn",
|
||||
"address": "mindustry.me:7000"
|
||||
},
|
||||
{
|
||||
"name": "Omega",
|
||||
"address": ["185.86.230.61:25571", "185.86.230.61:25570", "185.86.230.62:25572"]
|
||||
|
Loading…
Reference in New Issue
Block a user