MOTP - RPG Player Leveling System

MOTP - RPG Player Leveling System

173k Downloads

Motp not working properly with Twilight Forest

Samwell113 opened this issue ยท 1 comments

commented

Hi, I've been playing Twilight Forest in 1.21.1 and I've noticed that I received exactly 0 vp from any mob I slayed there. Please fix.

commented

I fixed it in 1.20.1 by adding "twilightforest:twilight_forest=1" /config/motp/drop_rate_config.toml.

The file looks like this:

[Dimensions]
#This is used to calculate the xp you get when you kill a mob in that dimension
dimensions_drop_rates = ["minecraft:overworld=1", "minecraft:the_nether=1.5", "minecraft:the_end=2", "twilightforest:twilight_forest=1"]

["Bosses Drop Rates"]
#Max drop rate of orbs of leveling from bosses
max_drop_rate = 3.0
#Min drop rate of orbs of leveling from bosses
min_drop_rate = 1.0
#list of the mobs which will drop the leveling orbs
bosses_list = ["minecraft:ender_dragon", "minecraft:wither"]