this repo has no description

added .mcfunction files for desolation portals

+7
+2
datapack/data/cwbubc/functions/desolation_tp.mcfunction
··· 1 + execute as @e[tag=cwbubc.desolation_in] at @s run execute as @a[distance=..3] run execute in cwbubc:desolation run tp @s ~11 ~94 ~ 2 + execute as @e[tag=cwbubc.desolation_out] at @s run execute as @a[distance=..3] run execute in minecraft:overworld run tp @s 149.50 -45 2072
+5
datapack/data/minecraft/tags/functions/tick.json
··· 1 + { 2 + "values": [ 3 + "cwbubc:desolation_tp" 4 + ] 5 + }