Skip to content

Carpet TIS Addition 1.14

Compare
Choose a tag to compare
@Fallen-Breath Fallen-Breath released this 25 Feb 01:56
db05051

Rule

  • Rename creativeOpenShulkerBoxForcibly into creativeOpenContainerForcibly. Why not make it works for chest too instead of only shulker box
  • Added lightQueueLoggerSamplingDuration to specify the sampling duration of lightQueue logger
  • Added synchronizedLightThread to make the main server thread wait for the light thread, so no randomly light suppression during tick warp etc.
  • Added ignored option for rule lightUpdates. With it light updates will be ignored but enqueued tasks can still be executed. Chunk loading is not affected with this option
    • compatible with PhiPro's lighting mods, e.g. mc-fix_mc-170012, Phosphor

Logger

  • Added lightQueue logger for debugging light task load or light suppression
    • compatible with Tic-TACS mod
  • Added tickWarp logger for checking the current warping status

Command

  • Added /player <name> <action> randomly argument for some of the /player commands. e.g. /player Steve use randomly 10 20 will make Steve right-click at dynamically varying random intervals in range [10, 20]
  • Added /tick warp status to display the current status of tick warping, including starter, estimated remaining time etc.

Scarpet

  • Now rule microTiming is required to be true for dispatching microTiming events, to prevent potential performance impact

Patches

v1.14.1

  • Fixed #17: Crash at dedicated server startup
  • Proper implementation for rule creativeOpenContainerForcibly

Requirements

Minecraft Carpet TIS Addition fabric carpet
1.14.4 mc1.14.4-1.14.x >=1.3.7
1.15.2 mc1.15.2-1.14.x >=1.4.8
1.16.4, 1.16.5 mc1.16.5-1.14.x >=1.4.25
1.17 snapshots mc21w<xxx>-1.14.x as new as possible ofc