Project MMO

Project MMO

10M Downloads

Modded Blocks not captured by AutoValues

Caltinor opened this issue ยท 1 comments

commented

Describe the bug
BOP woods, and Farmer's Delight crops not giving any xp.

Expected behavior
Blocks should give XP.

Versions:

  • Minecraft: 1.19.2 and 1.18.2
  • Loader: forge
  • PMMO: 1.18.2-4.0.0 and 1.19.2-1.0.0

Additional context
PMMO adds vanilla blocks to it's tags but does not add modded blocks. this is an easy fix and involves adding tags to the pmmo tag to capture these blocks.

commented

PMMO uses minecraft:crops and minecrafe:mineable/tool (tool = axe, pickaxe, shovel, sword, etc) to identify blocks that are appropriate for awarding XP in the action type associated with the tag. Since BOP and Farmer's Delight do not add their blocks to these tags, PMMO (and really any mod reliant on these vanilla tags) is unable to detect and subsequently categorize them properly.

I recommend you reach out to the devs for BOP and Farmer's Delight and ask them to add their blocks to these vanilla tags.