Releases: STEMMechanics/STEMCraft-Geyser-Extension
Releases · STEMMechanics/STEMCraft-Geyser-Extension
Release list
v1.1.0
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.