When adding XP drops to a block, XP ball appears but does not add to bar or make ding noise
Luke616 opened this issue ยท 4 comments
Title, here is one of the scipts I am attempting to run. https://pastebin.com/Zk4cwdFG
When this block is mined, 1-2 ore items drops as expected, along with 1 XP ball. However, the XP ball does nothing when picked up - it does not increase XP count, fill the bar, or make a ding sound.
Minecraft 1.12.2
Forge 14.23.2.2623
Dropt 1.6.9
Athaenaeum 1.13.0
Got it fixed!
Also, when using something like this:
{
"min": 1,
"max": 1,
"fortuneModifier": 0
}
You can do this instead:
{
"fixed": 1,
"fortuneModifier": 0
}
Or just this:
{
"fixed": 1
}
It does the same thing. :)