Published Jul 14th, 2024, 7/14/24 9:57 pm
- 1,730 views • 1 today
- 130 downloads • 0 today
86
Channeling is a useful enchantment, but sometimes it can be tedious to wait for a thunderstorm. This pack makes it easier by adding a second level of channeling which will also work in rain.
| Compatibility | Minecraft 1.21 |
| Tags |
6341012
119




Have something to say?
I've been trying multiple attempts with item sub predicates and the like, but it seems that your nbt checking method is the only one that works.
However, now I run into the issue of a Channeling 3 trident losing it's ability to strike lightning when in rain, as the nbt check only specifies a level of 2. I then tried doing an any_of predicate, listing each nbt listing, but that just gave me a failed datapack validation every time.
Is there a way to make the nbt enchantment check work for level 2 and above? It's the one thing holding back my changes to Channeling.
I figured it out!!
Turns out my issue was all about formatting more than anything; after fixing all that, it's working like a charm 🥳