Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Incubator Q&A

Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.

Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.

Is time reverse possible in Minecraft? Question

+1
−0

Say I wanted to make a "time machine" using command blocks. I can use /time add to change the time and make things faster, but I don't know how to subtract time as a /time subtract command doesn't exist.

How do I subtract time in Minecraft?

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

2 answers

+3
−0

You cannot properly do this in vanilla Minecraft, but there may be mods for it. However, you can cheat a little bit. One day is 24 000 ticks, so you can use /time add 23999 to make it seem like the sun and moon are going backwards. In reality, though, time will pass forward, so everything that reads the day time, will know you're going fast forward instead.

This only affects the time of the day, though, so it won't affect entities like mobs, in any way. If you want them to go backwards, spawn in on fire during early morning, gradually gain health, and eventually cut the fire when the sun goes down and moon comes up, Minecraft doesn't supply you with the tools to do that so simply. You may still not be out of luck with that, though. You may be able to either use command blocks or datapacks to spawn in the mobs when they should've died with time going forward, and initially set them on fire, then gradually increase their HP each tick.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

0 comment threads

+0
−1

Yes, it's possible to reverse time in Minecraft. You can do so by using a negative integer in a /time add command.

/time add -1000

While a /time subtract doesn't exist, you may still use any integer in /time add as there's no restriction to using non-negative integers for the command.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

1 comment thread

This isn't possible. (2 comments)

Sign up to answer this question »