Skip to content

Releases: STEMMechanics/STEMCraft-Geyser-Extension

Release list

v1.1.0

Choose a tag to compare

@nomadjimbob nomadjimbob released this 13 Aug 05:31
66b2cd3

What’s changed

  • Added scale-pivot correction for scaled block displays on Bedrock.
  • Improved alignment parity between Java and Bedrock for displays using non-default scales.
  • Added live px, py, and pz pivot calibration controls.
  • Added wildcard matching for block overrides.
  • Exact block identifiers now take priority over wildcard patterns.
  • Added automatic migration from individual chest and wall overrides to wildcard entries.
  • Updated the default global Z offset to 0.75.
  • Added tests covering wildcard matching and override precedence.

Configuration example

block-overrides:
  minecraft:*chest:
    scale: 2.6
    x: -0.4
    y: 0.1
    z: 0.9
  minecraft:*_wall:
    x: -0.5
    y: -0.5
    z: 0.0

Existing customized chest overrides with different values are preserved during migration.

v1.0.0

Choose a tag to compare

@nomadjimbob nomadjimbob released this 13 Aug 03:21
1a8a447

Initial release