Skip to content

v1.2.0 for MC 26.40

Latest

Choose a tag to compare

@ForestOfLight ForestOfLight released this 05 Aug 19:16
8e947b3

What's New

  • Minecraft 26.40 Support
  • Textured Block Previews: The structure hologram now renders every block with its actual in-game model and texture instead of a plain cube. Unknown block types are rendered as before.
  • Rendering Modes:
    • Default: Hologram & Performance modes together.
    • Performance: Block outlines only. Great for FPS and responsiveness, but no block textures.
    • Hologram Only: Great for displaying your structure. Less responsive.
    • Classic: Construct's classic look.
    • Select your preference of these in your Builder Options to automatically set new structures to your rendering preference.
  • Pick Structure Block: Quickly get the correct item to place a hologram block by hitting it with the Construct item.
  • The instance outline now has a new look.
  • EasyPlace now checks for support before placing, so blocks won't be placed somewhere they'd immediately pop off. If you find blocks that don't correctly check for support, please report them.
  • Added a refresh rate option to instance settings, letting you tune how often the hologram and verifier update.

Improvements

  • Layer 0 now renders the whole structure instead of just layer by layer.
  • FastEasyPlace now attempts to place the structure block in front of you when you interact with an intractable block.
  • renderMode is now included in the Construct API's instance info output.
  • Clearer wording for layer commands.
  • Several CLI documentation improvements.
  • Tons of optimizations to keep you running smoothly.

Fixes

  • Instance lists are now sorted and consistent.

Construct API Version: v2.0.0

  • Added renderMode: String to Instance.
  • Added defaultRenderMode: String to Builder.