I want to have a daily ration system where you get food (i.e steak) around the time you would wake up from bed in Minecraft. Using command blocks, how would you achieve this?
Minecraft daily ration system?
Guest 13.10.2016
I don't think you'll need commands for this actually.
What you could do is set of a daylight sensor with some redstone and dispensers. Every morning when the sun comes up, the sensor will activate the dispensers to drop the food you have placed inside them, then you can manually pick it up for daily rations. At night, the sensor shuts off, and then reactivates in the morning.
You'll probably need a couple of dispensers to do this, but it shouldn't be a problem.
----------------
Another alternative would be to use the daylight sensor to power a command block to give the code /give [your name] (code for steak) (quantity). That would automatically give you a set amount of food every morning in Minecraft.
Kent 12.12.2016