CreeperMagnet / the-creepers-code

The source code for The Creeper's Code, an extensive Minecraft datapack designed to improve the vanilla survival experience.
https://thecreeperscode.com
Other
47 stars 4 forks source link

Compatibility with others datapack #249

Open edayot opened 1 day ago

edayot commented 1 day ago

Linked issue : https://github.com/edayot/SimpleDrawer/issues/34

Looking at the code, it happens when tcc is ticking before simpledrawer, and teleporting the item before simpledrawer can handle it.

Step by step explanation of the problem :

I don't know how to fix the compatibility issue though.

edayot commented 1 day ago

A possible fix is to wait for 1 or 2 ticks, to let others datapack do what they want with the item, before teleporting it away.