1. Mindustry
  2. News

Mindustry News

Build 102 Released

This update comes with a new minimap view and some control improvements. You are now able to pan around the map with WASD while paused or dead, as well as move around the map view (M) with your mouse.

Full changelog:

  • Added new map view w/ panning and scrolling
  • Added controls to allow moving camera while paused or dead
  • Added block health rule
  • Added more internal teams for alternative gamemodes
  • Added features for improved server modding
  • Major internal change: package is now "mindustry" instead of "io.anuke.mindustry" (will break plugins)
  • Fixed scrollwheel failing to zoom randomly

Build 101 Released

The most significant feature of this update is mod scripting - you are now able create your own content with custom behavior and mechanics, using JavaScript. See the Example Mod for a simple block that creates its own behavior. This system has very little documentation at the moment, but more will come as things are developed.

Full changelog:
  • Added various new features for modding - see documentation for full details
  • Added JS scripting - unstable, not well tested yet
  • Added log console - press backtick (`) to open
  • Added server block state autosync
  • Added support for Thai font
  • Fixed liquid junction to item bridge crash
  • Fixed launch items not saving
  • General maintenance bugfixes and translation updates

Build 100 Released

This update brings a few new blocks, some QoL changes, and many various bugfixes.


Pictured is the Plated Conduit, which is a liquid equivalent of the Armored Conveyor, and the Battery Diode, which can be used to directionally transport leftover power from critical areas. Both of these blocks were made with the help of @Quezler on GitHub.



A new lighting system is being tested. This can be enabled by starting a custom game and enabling lighting in the rules.


Full changelog:
  • Added experimental lighting system can be enabled in custom game rules
  • Added power diode block (Contributed by Quezler)
  • Added plated conduit block (Contributed by Quezler)
  • Added hotkeys for selecting blocks (Contributed by joshuaptfan) [Desktop]
  • Added light block for dark maps only
  • Added customizable global rules [Server]
  • Added commands to specify next map in rotation [Server]
  • Improved pulse conduit speed (Contributed by Quezler)
  • Improved building priority
  • New permissive mod parsing format (HJSON)
  • Fixed a few incorrect consumption displays in blocks
  • Fixed some modding issues related to sets and formatting
  • Fixed 'underwater' ores in editor
  • Fixed incorrect bridge linking in certain conditions
  • Fixed inverted sorter chains
  • Fixed many other UI and minor in-game bugs

Mindustry 5.0 Released

Mindustry 5.0 is now out, with many new exciting features. These include:

Schematics. Select an area, then paste it somewhere else or save it for later use. Rotation and flipping is fully supported.



Automatic drone rebuilding. Phantom drones will now automatically replace broken blocks.



New placement controls. Edit your build queue on the fly, remove specific blocks or rotate existing ones. For planning on multiplayer servers, building can now be paused and resumed with a keybind.



Mods. Create and share your own modifications of the game through a simple json-based system. No knowledge of programming is required. Take a look at the example mod repository to see what this looks like. Documentation is currently a work in progress.
Note that modding is currently unstable. Report any bugs you find using the link in the game.

Full patch notes:

  • Added inverted sorters: flip item output directions
  • Added JSON config-based modding [Alpha, may be very unstable]
  • Added block schematics: save and share your designs [Desktop]
  • Added placed block rotation: Hold [R] and use the scrollwheel to rotate a block [Desktop]
  • Added saving of blocks broken after enemy attacks
  • Added phantom drone rebuilding of broken blocks
  • Added radial tech tree layout
  • Added autotiling for blocks in build queue and selection
  • Added zooming and panning in tech tree/campaign select
  • Added username labels to minimap [Contributed by Maxattax97]
  • Added targeting priority for turrets/units: when targeting blocks, turrets will be attacked first
  • Added new loadout select dialog
  • Added link to Mindustry subreddit
  • Added banning of blocks in ruleset
  • Added internal plugin methods for switching servers and updating game rules
  • Made incend bullets set enemies on fire instead of just setting everything on fire
  • Made build requests be replaceable in build queue [Contributed by @clfer]
  • New building system for desktop; supports editing the queue and pausing building
  • Added power laser opacity slider [Contributed by azureblue]
  • Fixed input not working with different keyboard locales
  • Improved zone objectives: finishing attack maps unlocks next zones/configuration, waves no longer needed
  • Increased minimum FPS to 15 to prevent game freeze
  • Changed 'plugins' to 'mods': function the same way, but with more capabilities
  • Tutorial text tweaks
  • Disabled player-player and player-drone collisions
  • Fixed crashing when launching in offline mode [Steam]
  • Lots of other various bugfixes