Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Remove configurable enchantment table book animation tick patch #67

Open
wants to merge 1 commit into
base: ver/1.19.2
Choose a base branch
from

Conversation

MartijnMuijsers
Copy link

This removes the configurable enchantment table book animation tick patch entirely.

This patch has no effect: EnchantmentTableBlockEntity.bookAnimationTick is only called from the TickerHelper created in EnchantmentTableBlock.getTicker, which is only called from the client side / if the server is running as a single-player embedded server (see the super constructor call in the ServerLevel constructor that sets flag to false, which later becomes Level.isClientSide)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant