Posted June 15, 20196 yr I would like to handle events from an optional mod by using an @Optional method. How should I do this in 1.13? Example 1.12.2 code: @Optional.Method(modid="replaymod") @SubscribeEvent public void replayModRenderPre(com.replaymod.render.events.ReplayRenderEvent.Pre e) { //Do something }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.