[1.19.4] Block Interaction Requirements Display Bug
SomewhatDamaged opened this issue ยท 1 comments
Describe the bug
When trying to INTERACT
with a block that has requirements to do so, the message that is shown is:
You are not skilled enough to interact with 0 air
(sometimes you get a 1 instead of 0)
Expected behavior
A message stating what skills are failing the requirement test, naming the object.
To Reproduce
Steps to reproduce the behavior:
- Make a datapack that has
chest.json
in theblocks
folder have the below JSON. - Ensure
building
skill is below 25. - Try to right click chest.
- See error.
- Give yourself 25
building
. - Open chest normally.
{
"requirements": {
"INTERACT": {"building": 25}
},
"override": true
}
Versions:
- Minecraft: (eg 1.19.4)
- Loader: Forge-45.0.49
- PMMO: 1.19.4-0.0.3
Additional context
Bang head against wall trying to figure out what is going on for half an hour before realizing it's just a display bug.