Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
Conflicts: core/src/mindustry/world/blocks/environment/Floor.java core/src/mindustry/world/blocks/payloads/Payload.java gradle.properties
This commit is contained in:
@@ -245,7 +245,6 @@ public class Blocks implements ContentList{
|
||||
magmarock = new Floor("magmarock"){{
|
||||
attributes.set(Attribute.heat, 0.75f);
|
||||
attributes.set(Attribute.water, -0.75f);
|
||||
updateEffect = Fx.magmasmoke;
|
||||
blendGroup = basalt;
|
||||
|
||||
emitLight = true;
|
||||
@@ -452,6 +451,7 @@ public class Blocks implements ContentList{
|
||||
|
||||
sporeCluster = new Prop("spore-cluster"){{
|
||||
variants = 3;
|
||||
breakSound = Sounds.plantBreak;
|
||||
}};
|
||||
|
||||
redweed = new Seaweed("redweed"){{
|
||||
|
||||
Reference in New Issue
Block a user