[Request] Per-block config
supersaiyansubtlety opened this issue ยท 2 comments
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.
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
}