Un-patch Zero Tick Farms

Un-patch Zero Tick Farms

3.8k Downloads

[Request] Per-block config

supersaiyansubtlety opened this issue ยท 2 comments

commented

It would be great to have conifgs to individually enable/disable 0-ticking for each kind of block that can be 0-ticked.

Personally I'd like to restore 0-ticking just for chorus flowers.

commented

Added in v1.0.9-1.16.5 (3d925aa)

In your case the configuration would be:

{
  "isZeroTickUnpatchEnabled": true,
  "isBambooZeroTickEnabled": false,
  "isCactusZeroTickEnabled": false,
  "isChorusFlowerZeroTickEnabled": true,
  "isSugarCaneZeroTickEnabled": false,
  "isVinesZeroTickEnabled": false
}
commented

Thanks!