Skip to content

Commit

Permalink
Update structure for warden_can_listen replacement (0.14.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavadin authored Jan 20, 2025
1 parent 4f51299 commit 8cddf5b
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brilliance Datapack/data/do2/functions/version.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DATAPACK VERSION NUMBER: 0.14.21
# DATAPACK VERSION NUMBER: 0.14.22

tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.14.21§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]
tellraw @s ["",{"text":"The §o§n§aBrilliance Datapack§r's version is: [§b0.14.22§r] Check latest version "},{"text":"§o§b§nhere§r","clickEvent":{"action":"open_url","value":"https://github.com/trackedout/Brilliance/blob/main/Brilliance%20Datapack/data/do2/functions/version.mcfunction"}},{"text":"."}]
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"replace": true,
"values": [
"minecraft:block_attach",
"minecraft:block_change",
"minecraft:block_close",
"minecraft:block_destroy",
"minecraft:block_detach",
"minecraft:block_open",
"minecraft:block_place",
"minecraft:block_activate",
"minecraft:container_close",
"minecraft:container_open",
"minecraft:drink",
"minecraft:eat",
"minecraft:elytra_glide",
"minecraft:entity_damage",
"minecraft:entity_die",
"minecraft:entity_dismount",
"minecraft:entity_interact",
"minecraft:entity_mount",
"minecraft:entity_place",
"minecraft:entity_roar",
"minecraft:entity_shake",
"minecraft:equip",
"minecraft:explode",
"minecraft:hit_ground",
"minecraft:instrument_play",
"minecraft:item_interact_finish",
"minecraft:lightning_strike",
"minecraft:note_block_play",
"minecraft:prime_fuse",
"minecraft:projectile_land",
"minecraft:projectile_shoot",
"minecraft:shear",
"minecraft:splash",
"minecraft:step",
"minecraft:swim",
"minecraft:teleport",
"minecraft:resonate_1",
"minecraft:resonate_2",
"minecraft:resonate_3",
"minecraft:resonate_4",
"minecraft:resonate_5",
"minecraft:resonate_6",
"minecraft:resonate_7",
"minecraft:resonate_8",
"minecraft:resonate_9",
"minecraft:resonate_10",
"minecraft:resonate_11",
"minecraft:resonate_12",
"minecraft:resonate_13",
"minecraft:resonate_14",
"minecraft:resonate_15",
"minecraft:shriek",
"#minecraft:shrieker_can_listen"
]
}

0 comments on commit 8cddf5b

Please sign in to comment.