- Functions
- 11,033 views • 4 today
- 609 downloads • 0 today
4
Ever Wanted to use the Channeling Trident but theres no thunderstorms?
this is the datapack for you.
how to use:
this is the datapack for you.
how to use:
- get a trident with channeling enchantment
- get a conduit
- throw the trident at the conduit
- the weather will change for a whole day
| Compatibility | Minecraft 1.15 |
| to | Minecraft 1.16 |
| Tags |
1 Update Logs
Update 1.1 : by AceXHunt 03/28/2020 4:09:31 amMarch 28, 2020 @ 8:09 am UTC
- able to toggle weather now ( clear / thunderstorm ) {wont add rain since thunderstorm is more practical}
- conduit now has to be waterlogged/in water to work
- conduit now has to be waterlogged/in water to work
4514575
119



![Heaven Dimension [1.21 UPDATE]](https://static.planetminecraft.com/files/image/minecraft/data-pack/2021/648/14445938_s.jpg)






Have something to say?
- add a dummy scoreboard wtToggle
execute at @e[type=minecraft:trident,tag=zapping,nbt={inGround:1b}] run summon minecraft:lightning_bolt
execute at @e[type=minecraft:trident,tag=zapping,nbt={inGround:1b}] if score #value wtToggle matches 1 run weather clear 1200
execute at @e[type=minecraft:trident,tag=zapping,nbt={inGround:1b}] if score #value wtToggle matches 2 run weather rain 1200
execute at @e[type=minecraft:trident,tag=zapping,nbt={inGround:1b}] if score #value wtToggle matches 3 run weather thunder 1200
tag @e[type=minecraft:trident,tag=zapping] add alreadyZapped
tag @e[type=minecraft:trident,tag=zapping] remove zapping
execute if score #value wtToggle matches 3.. run scoreboard players set #value wtToggle 0