Data Packs Quality of Life

Weather Trident Datapack

  • Functions
  • 11,033 views • 4 today
  • 609 downloads • 0 today
  • 33
  • 29
  • 7
AceXHunt
Level 22 : Expert Fish
4
Ever Wanted to use the Channeling Trident but theres no thunderstorms?

this is the datapack for you.

how to use:
  1. get a trident with channeling enchantment
  2. get a conduit
  3. throw the trident at the conduit
  4. the weather will change for a whole day
< get back a few blocks..safety reasons >


    CompatibilityMinecraft 1.15
    toMinecraft 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

      Have something to say?

    anonpmc3108234
    06/19/2020 10:02 am
    Level 1 : New Miner
    [deleted]
    1
    anonpmc2846138
    04/08/2020 11:16 pm
    Level 10 : Journeyman Miner
    [deleted]
    1
    anonpmc3108234
    07/24/2020 2:40 pm
    Level 1 : New Miner
    [deleted]
    1
    Bermsy
    03/18/2020 9:35 am
    Level 21 : Expert Bear
    This is amazing i have been looking for a datapack like this. I think those updates would be great. 1 diamond for you. Also could you add the ability to change the weather back to normal.
    1
    AceXHunt
    03/20/2020 11:47 pm
    Level 22 : Expert Fish
    thanks, im still new at this, still figuring out how to check for weather conditions. when i do il update it asap
    1
    Kawsiphek
    03/26/2020 11:42 pm
    Level 1 : New Explorer
    history
    I am no expert with datapacks, so there may be a better way to achieve this, but this is what I did to enable toggling between each weather type. Thought you might be able to work with this. Hope it helps!



    - add a dummy scoreboard wtToggle


    keyboard_arrow_upAdditions to wt:strike
    scoreboard players add #value wtToggle 1


    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

    Click to reveal
    2
    AceXHunt
    03/28/2020 4:07 am
    Level 22 : Expert Fish
    thanks that does it :)
    1

    Welcome