mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-14 14:53:11 +00:00

useOn is now only responsible for firing the actual mod loader events, and just returns the result of firing that event. The actual calling of Block.use/Item.useOn now live in TurtlePlaceCommand. This isn't especially useful for 1.20.1, but is more relevant on 1.21.1 when we look at #2011, as the shared code is much larger.