本帖最后由 sylqiuyifeng 于 2012-6-4 19:14 编辑

这个mod增加了检查点功能(其实有点像其他游戏的存档功能)

What it can do?(他可以做啥?)
  • Save checkpoints (snapshots) of your world.(在你的世界建立保存点)
  • Go back in time - if you die, load checkpoint.(如果你死了,可以回到保存点)
  • Infinite amount of checkpoints available.(可建立无限的保存点)
  • You can overwrite existing checkpoints if you want.(你可以覆盖你的保存点)
  • You can easily delete checkpoints.(你可轻松删除保存点)
  • When you delete world, all it's checkpoints are deleted automatically.(当你删除世界时,会自动删除保存点)
  • Complete world is stored, including all dimensions and inventory.(完整保存,包括整个世界和物品)
What's most useful?(最实用的地方?)
  • If you die on Hardcore, you can restore world from checkpoint.(在极限模式死了,也可以用保存点)
  • If you die in normal survival, you can avoid the danger next time.(在普通模式死了,就可以避免下一次的死亡)
  • In adventure maps, you can save locations and if you screw something up, simply restore the game from checkpoint.(在冒险地图可以保存)
  • Perfect for exploration of dangerous areas (caves, ender, nether).(让你安心的去危险的地方冒险(地狱,end界,山洞)
  • If you find some monsters in a cave and they kill you, load checkpoint, get better sword and take your revenge.(被怪物杀了?回到保存点然后带上更好的武器复仇把!)
Where are snapshots saved?(保存在哪里?)

.minecraft/saves/Your World/checkpoints/YYYY-MM-DD_HH-MM-SS!Checkpoint name
(保存点文件保存在这个路径)
It is really safe, but if you want even better safety, backup these snapshots sometimes.(如果你怕会丢失,可以备份)对了忘记说了:
放进minecraft.jar
不是mods里面