Posted October 12, 20214 yr Hello For my mod I need to get more familiar with events (which events are supported by MC and Forge) and time management (how day and night are working, are there events which I can use etc.) in MC. Can anyone point out a good tutorial for me? thnx Edited October 13, 20214 yr by Def Daemon
October 12, 20214 yr TickEvent.World and then you can get the time from the World, is that what you need since there is no global time event
October 13, 20214 yr Author Okay got that, but what about other events? What if I want to check if a player is entering a new biome? Should I use Player TickEvent to compare the old biome value with current biome value (if there is even such a thing)? Thnx for helping me out but I need in depth information about MC and Forge events
October 13, 20214 yr there is the EntityEvent.EnteringSection, for more Events you can look at the event package of Forge Common Events, Client Events, FML Server Events, Other FML Events
October 13, 20214 yr Author Ah....this is exactly what I need..... thank you very much 😄 Edited October 13, 20214 yr by Def Daemon
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.