architectury / architectury-api

An intermediary api aimed at easing development of multiplatform mods.
https://discord.architectury.dev/
GNU Lesser General Public License v3.0
315 stars 56 forks source link

Add ChunkWatchEvent #464

Closed Prototik closed 8 months ago

Prototik commented 9 months ago

On NeoForge it uses Neo' events to invoke directly. On MinecraftForge although it has ChunkWatchEvent, it behaves differently and here mixins come to play. On Fabric there is no such api, so mixin is here also.