GLOSSARY
glitch
Refers to a type of update suppression/suppressor based on CCE that is state-less and does not require reset, broken in ≥1.20.2. This can be achieved by using Tile Entity Swap to make a shulker box have a tile entity that is not a container, and make a comparator read from the box. Updating the comparator (with Block Update or Comparator Update) will make the box attempt to treat the non-container tile entity as container tile entity to calculate output, which then throws a CCE. The suppressor can also be toggled by powering the comparator.
强制类型转换更新抑制/强转更新抑制
指基于CCE的没有状态、不需要重置的更新抑制,在≥1.20.2已失效。如利用方块实体替换,让一个潜影盒拥有一个非容器的方块实体,并且让一个比较器读取潜影盒的输出。更新该比较器(方块更新或比较器更新)会使潜影盒尝试将非容器方块实体当作容器方块实体计算输出,然后就抛CCE异常了。充能比较器可以开关该抑制器。