Rebirth of the Night (RotN)

Rebirth of the Night (RotN)

1M Downloads

[BUG] xp levels are lost on death while keep inventory is true

DIVIDERE opened this issue ยท 2 comments

commented

remove this if the behavior is actually intentional.

Describe the bug
while keep inventory is set to true the player loses exp on death

To Reproduce
turn on keep inventory, earn some exp in survival, die

Expected behavior
the player should keep their exp

Screenshots

Info (please complete the following information):

  • Modpack Version: 3.0 beta 3
  • Server or Singleplayer: single
  • Version the world was created on: 3.0 beta 3

Additional context

commented

This issue is still replicable as of v.3.1.1a. However, players can easily go into the CorpseComplex mod configs to alter them to their needs. Thus, I believe this issue may be closed.

experience {
# Set to true to enable experience module
B:"Enable Experience Module"=true
# Set to true to keep all XP on death
B:"Keep All XP"=false
# Percent of experience lost on death
D:"Lost XP Percent"=0.50
# Maximum amount of experience that can be recovered, 0 to disable
I:"Maximum Recoverable XP"=0
# Percent of lost experience that can be recovered
D:"Recoverable XP Percent"=0.25
}

commented

Confirmed and unintended, likely an issue with CorpseComplex