Hello,
I have been doing a great deal of Visual Basic programming for some time and recently have use of a mod for a YouTube series I wish to do. Unfortunately for me, most of the videos for modding for Minecraft seem to be focused on creating/editing/changing blocks and what I want has nothing to do with blocks.
I have already installed Eclipse, Forge source, made all the directories and ran Gradle and the environment seems to be properly set up. From here, though, I can't figure out what objects I need to 'attach' to to do what I want to do. I have detailed my desire below, but if the top part is too awkward, the bottom half would suffice.
The Mod's Point: I just want to make it so it is always dark enough, even during the 'daytime' for mobs to spawn anywhere that hasn't been manually lit up. The former part is the first way I thought of to do it, but the latter way will work better, if it is possible to mess with that.
Any pointers and suggestions will be most welcome,
Phicksur
What I want to do
Every 10 ticks (so as not to be checked EVERY tick to reduce lag)
Check time of day
If Time of Day is between 13188 and 22810 do nothing
else change time of day to 13188
Also (or instead of)
Default maximum daytime light level is set to 7, not 15.