Project MMO

Project MMO

10M Downloads

[1.19.2] searchRegistry Debug command not working

ffuentesm opened this issue · 1 comments

commented

Describe the bug
I am following the FAQ instructions on how to get a list of all items from a mod so that I can add compatibility to them.

Is there a way to take out All the items from a mod into a addData or Json format so that I wouldn’t have to do them all manually?
Yes, do the command /pmmo debug searchRegistry items [search term, such as minecraft:]
and then check your console (or /logs/latest.log) for the output! It comes in 3 formats, text, Json, and Json Builder

Expected behavior
I should be able to execute the command, but I get an error saying that is an invalid command.
To Reproduce
Steps to reproduce the behavior:
Try to run /pmmo debug searchRegistry items [search term, such as minecraft:]

Screenshots
image

Versions:

  • Minecraft: 1.19.2
  • Loader: forge: 43.2.8
  • PMMO: 1.19.2-3.0.5

Additional context
I am mostly confused, as I want to add the Farmer's Delight Knifes to the PMMO skill system, but I find that other mods that also add FD knives automatically get the PMMO attributes
image image image

commented

You are reading documentation that hasn't been valid since 1.16. Please read the wiki on this repository for current functionality.