diff --git a/core/src/mindustry/world/blocks/ConstructBlock.java b/core/src/mindustry/world/blocks/ConstructBlock.java index a3a66b1280..0bc7115142 100644 --- a/core/src/mindustry/world/blocks/ConstructBlock.java +++ b/core/src/mindustry/world/blocks/ConstructBlock.java @@ -41,6 +41,7 @@ public class ConstructBlock extends Block{ health = 20; consumesTap = true; solidifes = true; + inEditor = false; consBlocks[size - 1] = this; sync = true; } diff --git a/core/src/mindustry/world/blocks/legacy/LegacyBlock.java b/core/src/mindustry/world/blocks/legacy/LegacyBlock.java index 61b3d690f6..46a39168ad 100644 --- a/core/src/mindustry/world/blocks/legacy/LegacyBlock.java +++ b/core/src/mindustry/world/blocks/legacy/LegacyBlock.java @@ -7,6 +7,7 @@ public class LegacyBlock extends Block{ public LegacyBlock(String name){ super(name); + inEditor = false; } /** Removes this block from the world, or replaces it with something else. */ diff --git a/gradle.properties b/gradle.properties index 3489eea88c..7f911ff584 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ kapt.include.compile.classpath=false kotlin.stdlib.default.dependency=false #needed for android compilation android.useAndroidX=true -archash=f223b2a9d421d751209efedc615352257fb3773b +archash=735ab5cb989b89d6978892788e3e0ad089131926