• • 3/28/20 4:09 am • 1 logs
- 11k views • 1 today
- save_alt 610 downloads
- Compatibility
- Minecraft 1.15
- to version
- Minecraft 1.16
- Changes include
- Functions
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
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
More like this
4514575
119



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