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
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
}
]