Releases: himekifee/MCMTFabric
Experimental 1.21 release
Test release, please report bugs in the issues.
1.19.1 Minor update
Seems no change from 1.19 to 1.19.1. Fixed MixinExtra not found issue. Should be OK to run in both 1.19 and 1.19.1.
1.19 Release
Experimental release, expects bugs.
1.18.2 Piston fix
Fix piston issues by immediately executing PistonBlockEntity tick, along with client-side piston ticking. May still have a rare chance to see weird behaviour on pistons. That probably comes from deeper BlockEntity multithreading implications which have not been addressed yet. You may want to change the config to disableTileEntity = false
or /mcmt config toggle te
and /mcmt config save
if you have changed it earlier.
1.18.2 A small fix
Fixed concurrent scheduling of block updates causes residual OrderedTick in queuedTicks that prevent other ticks from being added. Still, disable te multithreading, see last release.
1.18.2 Some Big Changes
Instead of smashing all Environment, Entity and BlockEntity ticks all into the pool at the same time, this release separates them into different phases. This sort of fixed issues like when sand is updated as a falling entity, piston head as a block entity is still there so they collide and drop sand. However, BlockEntity multithreading seems a big mess. Probably not gonna update it for a while so please change the config to disableTileEntity
or /mcmt config toggle te
and /mcmt config save
.
1.18.1 Experimental Release
Try with caution. Backup before using. Don't know if it works on 1.18, could try.
Finally caught up
Been busy for a while. Still busy though. This one should work but no guarantee of stability. Migrated from really gross GrossFabricHacks
to native Knot
lib class Mixin
. There should be a stability improvement on that. Config system is almost identical to JMT-MCMT
. Have fun and give me some feedback about stability so I can consider moving onto 1.18.
v1.0.4 for 1.17+
Coded config and command functionality. Fixed some concurrent bugs. Tested on 1.17.1. It may or may not work on 1.17.
Experimental release for 1.17.1
Some fixes have been done.