Hello every one, I'm making a mod on something that I always hated about minecraft, it's day/night cycle, I mean 20 minutes it's something like 1/72 of a real day, I've never have played any other sandbox with that little time, it gives little importance to the day or night cause at the end we just end ignoring them as they pass too quickly, it's like if you where to prepare for breakfast and when you have finished you already have to go to dinner and when you should be scared by monsters at nigh it really doesn't matter, they simply don't have the time to do nothing.
So in order to modify this i started modifying time on 1.6.4 on this ones
calculateCelestialAngle(long par1, float par3) //it calculates position of the sun correlating to a number of ticks
public void processCommand(ICommandSender par1ICommandSender, String[] par2ArrayOfStr)// its the \time set
But I have an issue with beds, they don't wake you up when they should and I can't found where minecraft fast forward the time to pass the night, also I can't found where hunger gets reduced.
I'm new on modding minecraft so I don't know where all that stuff it's on 1.6.4 and 1.7.2 ( including the things I modified on 1.6.4 ) , could someone tell me please?