Is there a way to make it so hunger doesnt go down?

I want to play Minecraft but without the hassle of gathering food. I know I can play in peaceful difficulty, but I want hostile mobs to spawn. Is there a way to get rid of hunger, but still have hostile mobs spawn?

3 Answers

If you have access to commands, you can use

/effect [username or @a (for all players)] 23 99999 10

Effect number 23 is the effect for saturation. It will replenish your hunger bar. With the power of it being set to 10, it will regenerate half of the whole hunger bar per tick (you can raise it to 20 for the entire bar at a time).

To refresh it, you just need to type in the command again. If you use Command Blocks, you could easily set up a button to do it (if you have access to commands).

6

You can set up a separate launcher profile to play on a version previous to Beta 1.8, (which is when the Hunger Mechanic was added).


Failing this, you may need to install a custom mod. Doing a quick search for disabling hunger in Minecraft turned up a couple of options such as this one:

I've never used them so I cannot tell you how well they work, you will need to test them yourself.

If you own a server with Multiverse (plugin) you can do /mvm set hunger false or back to true if you want to. And everyone in the world will not be affected by hunger! Multiverse has a bunch of other cool options like this!

You Might Also Like