
[Bug]: Unable to insert items into necklace slots despite being tagged (NeoForge 1.21.1)
Closed this issue ยท 2 comments
Minecraft Version
1.21.1
What happened?
How to replicate:
- Set up datapack directory according to instructions in the wiki
- Create item tag for necklace and add item to values field
- Set up necklace slots as directed (implementation here)
- Launch game
- Try to put the indicated item into the necklace slot
Expected: Item is placed into necklace slot
Actual Outcome: Item cannot be placed into necklace slot
Minecraft version: NeoForge 1.21.1
Curios version: 9.4.2
The tooltip does not show up as well. Changing the validation to curios:all results in the tooltip showing and allows me to place the item.
Thank you!
Relevant Log Outputs
No response
This is due to your directory being called items
instead of item
(item
would be the correct name). This is a change from 1.20.1 to 1.21.1 and the documentation was only for 1.20.1. I've just now updated the documentation website, splitting the 1.20.1 information into its own version and updating the current version with up-to-date 1.21.1 information, including listing the correct directory for tags.