[Bug]: Can't Remove Slot
slave2midna opened this issue ยท 1 comments
Minecraft Version
1.19.2
What happened?
Using the Example Datapack provided and my own knowledge of datapacks, I'm attempting to remove a slot added by a mod in 1.19.2 but it doesn't appear to be working.
How do you trigger this bug?
- Install Curios API, and Nyfsquiver
- Create a Datapack to remove the Nyfsquiver slot
- The slot remains.
I've attached the Datapack I've made, and I'm just not sure what I'm getting wrong. By all accounts it should work fine? For this one - I added 2 slots to see if that worked - but nothing changes, it doesn't effect the slots at all.
Loader
Forge
Loader Version
43.4.12
Mod Version
5.1.6.4
Relevant Log Outputs
No response
The datapack method was introduced in 1.20.x and above. For 1.19.x and below, you'll need to use configuration files as shown in the legacy guide on the GitHub wiki: https://github.com/TheIllusiveC4/Curios/wiki/How-to-Use:-Users