Updated to Minecraft 1.18, requires updated Fabric API, Fabric Loader and Java 17.
Mostly straightforward update, nothing too complex.
Known issues:
- Block frames shudder for some reason before becoming stable.
- Block frames do not render with Iris shaders enabled. Also, default
Set Origin
key conflicts with default Iris' keybinding.
These should be sorted out in a future release.
Updated to Minecraft 1.17, requires updated Fabric API, Fabric Loader and Java 16.
Mostly straightforward update, nothing too complex.
Known issues:
- Block frames shudder for some reason before becoming stable.
- Block frames do not render with Iris shaders enabled. Also, default
Set Origin
key conflicts with default Iris' keybinding.
These should be sorted out in a future release.
Ported M-Tape 1.2.0 (for LiteLoader 1.10.2) to Fabric 1.16.4.
The code is mostly identical, however the rendering code was updated and dependence on LiteLoader events was replaced with Fabric API events and mixins. The getBlockLookingAt
function was also done away with in favor of MinecraftClient.crosshairTarget
. Toggling M-Tape also gives feedback in chat now.