Zenithrium / vanillaVoid

Adds more void items for vanilla items.
4 stars 3 forks source link

Transform messages for Void Elixir and Watch aren't sent over network #28

Closed WolfoIsBestWolf closed 6 months ago

WolfoIsBestWolf commented 9 months ago

You use PushItemTransformNotification which is the command used post networking not the one to send it to every player that'd be SendTransformNotification.

So just literally, Ctrl + F

PushItemTransformNotification SendTransformNotification Replace in all documents

Cheers

Zenithrium commented 6 months ago

should be fixed in 1.5.14!