[1.12] Increase piston TileEntity update delay
DoctorGallus opened this issue ยท 1 comments
The TileEntity update delay of 1 tick when pushing a TileEntitiy by piston seems to be too low for some mods blocks.
For example, Inspiration's Bookshelves seem to need a longer delay before triggering an update to display correctly (see linked video; the setup with the repeater set to 2 ticks triggers the update successfully, when repeater is set to 1 tick, or when there's nothing causing an update automatically after a short delay, the texture isn't updated).
Showcase
Increasing the tick-delay (or making it configurable), should fix this.