[1.12.2] MPUtils - moddump vs inventory
GeekyNinja opened this issue ยท 3 comments
Hi,
I'm toying with putting a pack together, and wanting to get a list of items/blocks in one mod, and finding an inconsistency when doing two different list types:
/mputils inventory nbt <>
... shows all items with metadata
/mputils moddump <modid> nbt <>
... lists most items, but does not list any items/blocks which have metadata associated (even :0).
I was wondering if the moddump command is supposed to copy a list to clipboard including those that have metadata, or have I misinterpreted the moddump function?
Cheers.
Thanks so much. Apologies for not filling in some more detail. Hopefully it assists with replication...
Versions:
- Forge: 14.23.5.2796
- MPUtils: 1.5.6
- MPUtils Basic Tools: 1.4.10
Mods I've attempted with include Agricraft, Mob Grinding Utils & Mystical Agriculture.
Its suppose to dump all items associated with the modid you give it. I take a look into it.
Hi @GenDeathrow I was wondering if there was an update on this? Cheers mate.