Game settings - SpecialEffect/EyeMine GitHub Wiki
When you create a new world with the EyeMine mod installed, it suggests some default world settings to make eye gaze playing simpler. You can turn these off when you create your own worlds. If you change your mind and want to turn them on or off in an existing world, follow these instructions to use Minecraft commands.
You should open the Minecraft world you want to modify, and start playing. Press "/" (forward-slash) to start the command, then you can copy-paste the rest of the command, or start typing and use Tab to auto-complete. Press Enter when the command is complete.
Day/night cycle
By default it will always be daytime in your eyegaze worlds. To change this, type /gamerule doDaylightCycle true
or /gamerule doDaylightCycle false
. To change the time of day manually, type /time set day
or /time set night
or e.g. /time set 200
where the number can be any number between 0 and 24000.
Weather cycle
By default it is always clear weather in your eyegaze worlds. To change this, type /gamerule doWeatherCycle true
or /gamerule doWeatherCycle false
.
Inventory
By default you will keep everything in your inventory if you die and respawn. To change this, type /gamerule keepInventory false
or /gamerule keepInventory true
.