Skip to content

Releases: loehnertj/effortless-fabric

1.8.1 on MC 1.20.x

24 Jan 19:25
Compare
Choose a tag to compare

This release is independent from the original effortless-fabric. Please report any bugs in the Issue tracker HERE.

Changes v1.8.1

  • Fix sound playing too often while placing structure - preview is now silent (Issue #6)
  • Fix placed blocks rendered in wrong position for a short time
  • Fix crash when looking "into infinity" (Issue #8)

Fabric API is required.

1.8.0 on MC 1.20.x

26 Dec 09:28
Compare
Choose a tag to compare

This release is independent from the original effortless-fabric. Please report any bugs in the Issue tracker HERE.

Changes v1.8.0

  • Place / pickup water, lava + powder snow blocks by holding water bucket.
  • Fix: Replacing a block of same type with different state now works. E.g. rotating a
    stair block. Does not require matching item in survival mode.
  • Improve visualization of "empty" operation (no blocks placed) - now shows a grey
    bounding box of the build region.

Fabric API is required.

1.7.3 on MC 1.20.x

15 Dec 14:05
Compare
Choose a tag to compare

This release is independent from the original effortless-fabric. Please report any bugs in the Issue tracker HERE.

Changes v1.7.3:

  • Fix backports (1.20.1 / 1.20.2) not being usable with Fabric loader 0.15.x (Issue #3)
  • Won't support 1.20.3 anymore since it's officially considered bugged. Please upgrade to 1.20.4.

Changes v1.7.2:

  • Add structure-copy mode. Please consider it "beta" for now. I'm still test-driving it to find out how to make handling most convenient for all use cases. Feedback welcome :-)
  • Fix occasional crash when using modifiers (regression introduced by refactoring)
  • Fix calculation of placement size (regression introduced by refactoring)

Fabric API is required.

1.7.2 on MC 1.20.x

13 Dec 18:20
Compare
Choose a tag to compare

This release is independent from the original effortless-fabric. Please report any bugs in the Issue tracker HERE.

Changes v1.7.2:

  • Add structure-copy mode. Please consider it "beta" for now. I'm still test-driving it to find out how to make handling most convenient for all use cases. Feedback welcome :-)
  • Fix occasional crash when using modifiers (regression introduced by refactoring)
  • Fix calculation of placement size (regression introduced by refactoring)

Fabric API is required.

1.7.1 on MC 1.2.x

07 Dec 15:26
Compare
Choose a tag to compare

This release is independent from the original effortless-fabric. Please report any bugs in the Issue tracker HERE.

Changes v1.7.1:

  • Port to Minecraft 1.20.3
  • Do not reset sounds when opening menu screen (Issue #1)
  • further internal changes

Fabric API is required.

1.7.0 on MC 1.20.1 and 1.20.2

01 Dec 13:54
Compare
Choose a tag to compare

In contrast to previous releases, I began making larger changes to the codebase. Thus, new minor version number 1.7.0.

This release is independent from the original effortless-fabric. Please report any bugs in the Issue tracker HERE.

Changes v1.7.0:

  • Fix block state changing while "dragging" construction area. Blocks will now be placed as they were on first click.
  • In particular this fixes that stairs could not be placed upside-down.
  • Single mode: can place block in air by looking straight down.
  • Add keybind M to cycle X/Z mirror mode.
  • Fix mirror being offset by 1/2 block for negative coordinates
  • Considerable reorganisation of core building code, to make it easier to modify.

Fabric API is required.

1.6.5 on MC 1.20.2 / 1.20.1

15 Nov 20:30
Compare
Choose a tag to compare

Fixes the client-server communication, which was not working at all in 1.6.4.

  • Ported to Minecraft 1.20.2. Most notably, networking code now uses Fabric's Packet API.
  • Modifier settings: Use MC's native Checkbox control
  • Fix occasional crash when closing radial menu without clicking anything

Fabric API 0.90.7+1.20.2 required.

Edit: Add backport release 1.6.5-1.20-1:

  • Fix occasional crash when closing radial menu without clicking anything

1.6.4 on MC1.20.2

11 Nov 19:06
Compare
Choose a tag to compare
  • Ported to Minecraft 1.20.2. Most notably, networking code now uses Fabric's Packet API.
  • Modifier settings: Use MC's native Checkbox control
  • Fix occasional crash when closing radial menu without clicking anything

Fabric API 0.90.7+1.20.2 required.

1.6.3 on MC 1.20.1

25 Sep 07:19
Compare
Choose a tag to compare

Straightforward port of 1.6.3 to the current MC version.

Apart from the necessary modifications, the only other change is to make the "toggle-replace-mode" key work again.