Skip to content

Releases: himekifee/MCMTFabric

Experimental 1.21 release

07 Sep 15:53
Compare
Choose a tag to compare
Pre-release

Test release, please report bugs in the issues.

1.19.1 Minor update

02 Aug 19:56
Compare
Choose a tag to compare

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

25 Jul 20:46
Compare
Choose a tag to compare
1.19 Release Pre-release
Pre-release

Experimental release, expects bugs.

1.18.2 Piston fix

10 Jul 21:47
Compare
Choose a tag to compare

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

10 Jul 12:23
Compare
Choose a tag to compare

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

09 Jul 00:33
Compare
Choose a tag to compare

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

13 Feb 22:45
Compare
Choose a tag to compare

Try with caution. Backup before using. Don't know if it works on 1.18, could try.

Finally caught up

13 Feb 05:56
Compare
Choose a tag to compare

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+

23 Jul 02:00
Compare
Choose a tag to compare

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

13 Jul 16:15
Compare
Choose a tag to compare
Pre-release

Some fixes have been done.