Skip to content

Releases: lntricate1/SubTick

Subtick 2.1.0 for mc1.17.1-1.20.1

29 Feb 01:12

Choose a tag to compare

Changes

  • Fixed entity step crashing
  • Fixed client config not saving

Subtick 2.0.0 for mc1.17.1 ~ mc1.20.1

12 Jan 02:36

Choose a tag to compare

I rewrote like everything in this update, lol. MAKE SURE to update multimeter, and to have the latest subtick on the client AND server.

  • Removed per-dimension tick freeze.
  • Fixed all versions above 1.17 not processing tile ticks correctly (lmao i don't know how i didn't notice that one sooner)
  • Added a HUD to display where you are in the tick phase order.
  • Redid all the packets.
  • Fixed block event step not stepping depths correctly.
  • Fixed scheduled tick step not stepping priorities correctly.
  • Updated fabric.

SubTick 1.0.14 for mc1.17.1-1.20.1

23 Sep 17:32

Choose a tag to compare

Changes

  • Updated to 1.20.1
  • Fixed bug where it overwrote some tick commands from TIS carpet (/tick warp status)
  • Switched all text feedback to translatable text
  • Fixed crash with g4mespeed in singleplayer
  • Fixed bug where you could get into a broken state when queueStepping into an update suppressor

Version Requirements

Minecraft Fabric Carpet
1.17.1 >= 1.4.57
1.18.2 >= 1.4.69
1.19.3 >= 1.4.96
1.19.4 >= 1.4.100
1.20.1 >= 1.4.102

SubTick 1.0.13 for mc1.17.1 - mc1.19.4

29 May 07:02

Choose a tag to compare

Changes

  • Fixed crash when block tick priority stepping

Version Requirements

Minecraft SubTick Fabric Carpet
1.17.1 mc1.17.1 >= 1.4.56
1.18.2 mc1.18.1 >= 1.4.56
1.19.3 mc1.19.3 >= 1.4.96
1.19.4 mc1.19.4 >= 1.4.100

SubTick 1.0.12 for mc1.17.1 - mc1.19.4

21 May 21:31

Choose a tag to compare

Changes

  • Fixed #7 (Lithium crash when BlockEntity stepping) (thanks to @xwillq)

Version Requirements

Minecraft SubTick Fabric Carpet
1.17.1 mc1.17.1 >= 1.4.56
1.18.2 mc1.18.1 >= 1.4.56
1.19.3 mc1.19.3 >= 1.4.96
1.19.4 mc1.19.4 >= 1.4.100

SubTick 1.0.11 for mc1.17.1 - mc1.19.4

07 May 14:36

Choose a tag to compare

Changes

  • Fixed the queue command being broken because of adding modes.
  • Added mod icon and modmenu description.

Version Requirements

Minecraft SubTick Fabric Carpet
1.17.1 mc1.17.1 >= 1.4.56
1.18.2 mc1.18.1 >= 1.4.56
1.19.3 mc1.19.3 >= 1.4.96
1.19.4 mc1.19.4 >= 1.4.100

SubTick 1.0.10 for mc1.17.1 - mc1.19.4

05 May 20:18

Choose a tag to compare

Changes

  • Ported the mod to future versions!

Version Requirements

Minecraft SubTick Fabric Carpet
1.17.1 mc1.17.1 >= 1.4.56
1.18.2 mc1.18.1 >= 1.4.56
1.19.3 mc1.19.3 >= 1.4.96
1.19.4 mc1.19.4 >= 1.4.100

SubTick 1.0.9 for mc1.17.1

04 May 16:19

Choose a tag to compare

Changes

  • Merged block event and block event depth queues
  • Added block tick priority to queueStep
  • Internal queue reworks to allow the previous 2 changes
  • a bunch of bugfixes i forgor 💀

Subtick 1.0.8 for mc1.17.1

21 Apr 02:29

Choose a tag to compare

Changes

  • Added 1-by-1 block entity ticking on the client (See moving blocks progress individually!)
  • Fixed singleplayer compatibility

Subtick 1.0.7 for mc1.17.1

17 Apr 21:59

Choose a tag to compare

Changes

  • Added blockEventDepth queue
  • rewrote queues entirely
  • fixed small fixes with threading