We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9b4e7 commit 8276f65Copy full SHA for 8276f65
core/src/mindustry/mod/ClassMap.java
@@ -480,6 +480,7 @@ public class ClassMap{
480
classes.put("ConsumePowerDynamic", mindustry.world.consumers.ConsumePowerDynamic.class);
481
classes.put("DrawArcSmelt", mindustry.world.draw.DrawArcSmelt.class);
482
classes.put("DrawBlock", mindustry.world.draw.DrawBlock.class);
483
+ classes.put("DrawBlockParts", mindustry.world.draw.DrawBlockParts.class);
484
classes.put("DrawBlurSpin", mindustry.world.draw.DrawBlurSpin.class);
485
classes.put("DrawBubbles", mindustry.world.draw.DrawBubbles.class);
486
classes.put("DrawCells", mindustry.world.draw.DrawCells.class);
0 commit comments