-
Bug
-
Resolution: Invalid
-
None
-
1.20.1
-
None
-
Unconfirmed
-
(Unassigned)
I have a function that swaps out a Knowledge Book as an item entity for a custom entity using data modify.
If I run "/function #minecraft:tick" via the chat console it works fine.
When running automatically, the function is called but the same command either fails or is skipped (hard to say).
I have attached the datapack.
Setup:
- Drop a Knowledge Book within 6 blocks of the player
- Give the player the tag giveSeedBook
Expected Result:
Item entity is modified to be a written book, with a custom texture, called "Seed Book"
Current Result:
Item entity is unmodified unless "/function bettercrops:seed_book/give/detect_knowledge_book" or "/function #minecraft:tick" is run via the chat console or an Impulse Command Block.