Simple XP Config

Adds a config file for disabling xp drops from spawner mobs

File Details

xpspawnercontrol-1.02.1.jar

  • R
  • Jan 11, 2022
  • 23.32 KB
  • 96
  • 1.16.5
  • Forge

File Name

xpspawnercontrol-1.02.1.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:spawner-xp-config-550664:3601875")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

adds the ability to configure block xp drops

edit world/serverconfig/blockxpdrops.json

note: only integer block state properties are supported

rerelease: fix mixin crash

 

example: 

[

{
"blocks": ["minecraft:nether_wart"],
"amount": 3,
"state": {
"age": 3
},
 "chance": 0.50
}
]