Simple RPG Mod 1.12.2, 1.11.2 adds RPG mechanics to Minecraft. Killing mobs gives experience that is separate from the vanilla experience used to enchant. Gain enough experience and you earn more health and deal more damage per hit.

Simple RPG Mod

Screenshots:

Simple RPG Mod Screenshots 1

Simple RPG Mod Screenshots 2

Simple RPG Mod Screenshots 3

Simple RPG Mod Screenshots 4

Simple RPG Mod Screenshots 5

Simple RPG Mod Screenshots 6

Configs:

Experience gained by killing a mob is calculated in the following steps:

  1. A value is added based on the max health (default 0.05 per half-heart) and attack damage (default 1/7 per half-heart) of the mob
  2. The above value is then multiplied by a value based on armor (default 0.1 per armor point)
  3. The value is then multiplied by a value based on difficulty (default: peaceful 0.25, easy 0.75, normal 1.0, hard 1.25)
  4. If the world is a hardcore world the value is multiplied by another value (default 1.25)

The player has a default base health of 20 and gain 2 health every level plus a multiplier of 0.0075 per level. Attack damage is calculated by multiplying the base damage of the hit by the following formula:

(atk - 1) * atkMultiplier

where atkMultiplier is a configurable value and atk is calculated from this formula:

level * (1 + level * 0.005)

After that the value is then multiplied by a value based on two values set in the config. (default 0.75 base damage, 0.5 variation)

The mod also has a custom overlay that can be disabled in the config.

The bright green bar at the top is the experience bar, the red one is health and the green one (bottom) is hunger. The level and experience bar and label don’t work in multiplayer however you can use the following commands to view your level, experience and when you will get the next level:

/pilotsrpgmod_stats

OR

/rpg_stats

Requires:

Minecraft Forge

Player API

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

Simple RPG Mod 1.12.2, 1.11.2 Download Links

For Minecraft 1.10.2

Download from Server 1

For Minecraft 1.11.2

Download from Server 1

For Minecraft 1.12.2, 1.12.1

Download from Server 1

Click to rate this post!
[Total: 1 Average: 4]