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

Remove configurable enchantment table book animation tick patch#67

Open
MartijnMuijsers wants to merge 1 commit intoetil2jz:ver/1.19.2from
MartijnMuijsers:removed/configurable-book-animation-tick
Open

Remove configurable enchantment table book animation tick patch#67
MartijnMuijsers wants to merge 1 commit intoetil2jz:ver/1.19.2from
MartijnMuijsers:removed/configurable-book-animation-tick

Conversation

@MartijnMuijsers
Copy link
Copy Markdown

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.

1 participant