Skip to content

Commit

Permalink
Bumped up the version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MehradN committed Mar 6, 2023
1 parent 4f3088e commit 43360f3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Rollback
This Minecraft mod will take automatic backups of your single-player world and will allow you to rollback to them using the GUI. <br>
This Minecraft mod will take automatic backups of your single-player world and will allow you to roll back to them using the GUI. <br>
**Currently at pre-release state**

### Screenshots
![Rollback Screen](https://raw.githubusercontent.com/MehradN/Rollback/master/screenshots/RollbackScreen.png)

Check out the [Gallery](https://github.com/MehradN/Rollback/tree/master/screenshots) for more screenshots and explanations about navigating and using the mod.

### Automated Backup Frequency: What's the difference between "X Per Day" and "X Minutes"?
The "X Per Day" is based on the daylight cycle. For example, the "2 Per Day" option will take backups only at 6:00 and 18:00 (in-game time). However, this means that a backup can be skipped by beds and commands. The mod has a cap on the minimum amount of real-time that should've passed since the last backup (which is 10/X minutes) so useless backups won't be created.

The "X Minutes" however is a strict timing. It will take a backup exactly every X minutes, regardless of the daylight cycle. This option is better for the worlds that have the daylight cycle disabled or if you are using a mod that alters the daylight cycle or if you just want reliable and strict timing.

### Command
#### /rollback list
Will show a simple list of all the backups available for this world.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.19.3+build.5
loader_version=0.14.14

# Mod Properties
mod_version=0.4.0
mod_version=0.5.0
maven_group=ir.mehradn
archives_base_name=rollback

Expand Down
Binary file modified screenshots/ConfigScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "rollback",
"version": "${version}",
"name": "Rollback",
"description": "This mod will take automatic backups of your single-player world and will allow you to rollback to them using the GUI.",
"description": "This mod will take automatic backups of your single-player world and will allow you to roll back to them using the GUI.",
"authors": [
"Mehrad Nayyeri"
],
Expand Down

0 comments on commit 43360f3

Please sign in to comment.