Skip to content

Latest commit

 

History

History
194 lines (133 loc) · 8.35 KB

CHANGELOG.md

File metadata and controls

194 lines (133 loc) · 8.35 KB

Changelog


3.1.0

  • Port to 1.20.6 (#157)
  • Port to 1.21 (#158)
  • Port to NeoForge and Minecraft 1.21 (#159)

3.0.0

  • Add passive mode (#118)
  • Fix tooltip item count (#120)
  • Add limitation for block stack size (#121)
  • Fix block tracing issues (#123)
  • Add use correct tool only (#128)
  • Add some replace modes (#134)
  • Add clipboard for copy and paste (#135)
  • Add shortcut keys to mirror/rotate/move clipboard (#138)
  • Fix mod not found on server (#139)
  • Add renderer for block entity (#144)
  • Add support for copying/pasting container contents (#144)
  • Fix slab item consumption (#145)
  • Fix pattern disabled when update build mode (#147)
  • Fix crashes upon picking a block in radial menu (#151)
  • Fix forge bucket cannot place non vanilla fluid (#153)
  • Add clipboard collections (#154)
  • Add not replaceable items tooltip (#155)

3.0.0-beta.2

  • New Clipboard UI (#150)
  • Fix crashes upon picking a block in radial menu (#151)

3.0.0-beta.1

  • Fix build tooltip not show correctly at client side (#146)
  • Fix pattern disabled when update build mode (#147)

3.0.0-alpha.4

  • Add renderer for block entity (#144)
  • Add support for copying/pasting container contents (#144)
  • Fix slab item consumption (#145)

3.0.0-alpha.3

  • Add quick replace mode back (#141)

3.0.0-alpha.2

  • Add shortcut keys to mirror/rotate/move clipboard (#138)
  • Fix mod not found on server (#139)

3.0.0-alpha.1

  • Add passive mode (#118)
  • Reorder session packets (#119)
  • Fix tooltip item count (#120)
  • Add limitation for block stack size (#121)
  • Fix block tracing issues (#123)
  • Revamp Patterns UI (#125)
  • Revamp Build Mode (#126)
  • Revamp Settings UI (#127)
  • Add use correct tool only (#128)
  • Revamp Sound (#129)
  • Add player state when build (#130)
  • Revamp Undo/Redo (#131)
  • Revamp Transformers (#132)
  • Add some replace modes (#134)
  • Add clipboard for copy and paste (#135)

2.4.1

  • Fix statistics award issue (#117)

2.4.0

  • Add side length uniform feature (#109)
  • Add block interaction feature (#111)
  • Fix crash in RadialTransformer (#112)
  • Add more client config options (#113)
  • Add more build tooltip (#114)
  • Rename to Effortless Structure (#115)
  • Add Spanish and French translations (#116)

2.3.3

  • Fix crash on lantern (#102)
  • Fix modrinth push not in project order (#103)
  • Fix forge crash (#106)
  • Fix fabric config (#107)

2.3.2

  • Fix server timeout (#99)
  • Fix propertyGetter NPE (#100)

2.3.1

  • Fix crash on Quilt (#96)

2.3.0

  • Add server config (#83)
  • Fix game crashes with quilt (#85)
  • Fix keeps causing server crash direct cause unknown (#86)
  • Fix game crash upon attempted opening of build wheel (#87)
  • Fix Center Start point does not work in Circle and Cylinder building modes (#88)
  • Fix left ctrl unusable on launch (#89)
  • Add patter presets (#90)
  • Fix some bugs (#93)
  • Add world border limitation (#94)
  • Add German translations (#91, thanks @AndiLeni)
  • Fix translation entries (#95)

2.2.0

  • Reset build on ESC (#70)
  • Add block placing/breaking on client side only (#71)
  • Use ServiceLoader (#73)
  • Fix Player/World NPE (#74)

2.1.0

  • Optimize Minecraft port (#64)
  • Fix circle build mode tracing (#65)
  • Add pyramid and cone build mode (#66)
  • Add SoundManager (#67)
  • Add ServiceLoader (#68)
  • Fix block sound (#69)

2.0.2

  • Port to other versions (#61)
  • Fix Crash with Sodium (#60)
  • Fix stuck in boot loop (#62)

2.0.1

  • Fix crash when pressing alt (#54)

2.0.0

  • Add support for Forge
  • Add support for item randomizer
  • Rewrite everything (#50)
  • Create ru.json (#45, thanks @Telezhka-the-First)

1.6.3

  • Fix action bar text covering issue
  • Fix image resource path converting issue