Mod

Past Life

Quick rating

Past Life

No reviews yet

Recreation of Grian's Past Life.

Adventure/Exploration
Minigame
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Filter by exact patch versions
Loading exact versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
session8-0.8.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Discord

modrinth

ko-fi

Past Life

This mod is a one-to-one recreation of Grian's Past Life mod.
If you want to play the other seasons, use my Life Series mod instead.
Join the Life Series discord server if you have any issues or questions.

Since modern modding Fabric is not available for Minecraft Beta and other old versions that Past Life is played on, this mod is made for OrniteMC.

The earliest versions (Beta 1.2_02, Beta 1.7.3 and Release 1.1) have a separate jar file for the client and the server, so make sure to download the correct one you want.

This mod is client-side required in versions Beta 1.2_02, Beta 1.7.3, Release 1.1 and Release 1.4.7. The later versions are only optional.


How to play in versions before 1.14 (after that you can just use Fabric like normal):

Client:

  1. Install the https://ornithemc.net installer.
  2. Open it, select the client environment, and install the desired version of Minecraft (based on the session you're on). If in mc version beta 1.2_02 or beta 1.7.3: Make sure to select check "Historical Versions" otherwise the beta versions won't show up.
  3. Open folder where you installed it, and add the mod jar file to the mods folder.
  4. Open the Minecraft launcher, select the Ornithe profile, and run the game.

Server:

  1. Install the https://ornithemc.net installer.
  2. Open it, select the server environment, and install the desired version of Minecraft (based on the session you're on). If in mc version beta 1.2_02 or beta 1.7.3: Make sure to select check "Historical Versions" otherwise the beta versions won't show up.
  3. Open the folder where you installed the server and run the fabric-server-launch.jar file to first start the server.
  4. If in minecraft version Beta 1.2_02, Beta 1.7.3 or Release 1.1: Open server.properties and set "online-mode" to false. This is required, as online-mode does NOT work in the oldest versions
  5. Add the mod jar file to the mods folder in the server directory.
  6. That's it, just run the server (fabric-server-launch.jar) and you're done!

Notes:

When updating the server, make sure you keep the _pastlife_lives.txt file, as that contains the info about players' lives.
This mod does not contain Simple Voice Chat.
This mod (obviously) does not handle updating the world to newer versions, so you're going to have to do that manually (and handle any issues with it).
After updating the skins in the minecraft launcher, it takes a while for the skins to update in the game (like 20 minutes) because of the custom implementation of how skins work, so be patient.


Features:

MC Version Status Modifications
Beta 1.2_02 Finished Fixed player skins not rendering properly.
Improved front-facing third-person perspective.
Added the world border.
Added the ability to zoom.
Added the custom TNT recipe.
Added Death Messages.
Beta 1.7.3 Finished Added Keep Inventory.
Added the Bogeyman.
Release 1.1 Finished Tab list shows lives.
Ender Dragon drops diamonds.
Clamped enchantments to level 1.
Colored names in death messages.
Added the Secret Society.
Release 1.4.7 Finished No Changes.
Release 1.9.4 Finished No Changes.
Release 1.14.4 Finished Switched from Ornithe to Fabric.
Removed built-in zoom.
Release 1.18.2 Finished No Changes.
Release 1.21.8 Finished No Changes.

The Boogeyman

Only available in session 2 onwards (so Beta 1.7.3+)
Follow this to enable the Boogeyman in your session:

  • An admin must run the /boogeyman choose command, which will randomly select the boogeymen.
  • Boogeyman succeeding / failing is not tracked automatically, so the player that is the Boogeyman must run the /boogeyman succeed or /boogeyman fail command to say if they have succeeded or failed.
  • They can run that command at any time, but it also sends a public message in chat to prevent any cheating.
  • The console also logs the information about who got picked as the Boogeyman, and if they failed or succeeded, so you can also handle any possible cheating with that.

The Secret Society

Only available in session 3 onwards (so Release 1.1+)
Follow this to enable the Secret Society in your session:

  • An admin must run the /society begin command, which start the Secret Society with a random word.
  • You can also run the /society begin <word> command, which start the Secret Society with a specific word that you type.
  • Whether the society succeeds or fails is not tracked automatically, the Members must run the /society success /society fail command.
  • The console logs the information about who runs the success or fail commands, as well as who is picked for the society.

All Commands:

Make sure you're opped to be able to use most of the commands below.

/lives
  • /lives - Shows you the amount of lives you have. No permissions required.
  • /lives add <player> [amount] - Adds [amount] lives to <player>. If [amount] is not specified, it defaults to 1.
  • /lives remove <player> [amount] - Removes [amount] lives from <player>. If [amount] is not specified, it defaults to 1.
  • /lives set <player> <amount> - Sets <player>'s lives to <amount>.
  • /lives get <player> - Shows you how many lives <player> has.
/boogeyman - Only available in session 2 onwards (Minecraft Beta 1.7.3+)
  • /boogeyman choose - Randomly selects the Boogeymen.
  • /boogeyman success - Ran by the Boogeyman to say they have succeeded in killing a player. No permissions required.
  • /boogeyman fail - Ran by the Boogeyman to say they have failed in killing a player. No permissions required.
/society - Only available in session 3 onwards (Minecraft Release 1.1+)
  • /society begin - Starts up the Secret Society with a random word.
  • /society begin <secret_word> - Starts up the Secret Society with a specific word you type.
  • /society success - Ran by the society members to indicate that they have succeeded in the Secret Society. No permissions required.
  • /society fail - Ran by the society members to indicate that they have failed in the Secret Society. No permissions required.
  • /initiate - Ran by the society members get initiated into the society.No permissions required.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync