Skip to content

Commit

Permalink
Helps if you add stuff to the right hole
Browse files Browse the repository at this point in the history
  • Loading branch information
DinnerBeef committed Oct 19, 2023
1 parent 70b0eac commit 265083d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ execute as @e[tag=hole02Crab] at @s if block ~ ~ ~ create:honey run data modify
execute as @e[tag=hole02Crab] at @s if block ~ ~ ~ create:honey run tp @s @e[tag=hole02Start,limit=1]

execute as @e[tag=hole02Crab] at @s if block ~ ~-2 ~ tropicraft:azurite_block run data modify entity @s Motion set value [0.0,-0.78400002528789d,0.0]
execute as @e[tag=hole02Crab] at @s if block ~ ~-2 ~ tropicraft:azurite_block run tp @s @e[tag=hole02Start,limit=1]


execute as @e[tag=hole02Crab] at @s if block ~ ~-1 ~ minecraft:magenta_concrete_powder run tp @s @e[tag=hole02TeleporterMagenta,limit=1]

execute as @e[tag=hole02Crab] at @s if block ~ ~-1 ~ minecraft:blue_concrete_powder run tp @s @e[tag=hole02TeleporterBlue,limit=1]
execute as @e[tag=hole02Crab] at @s if block ~ ~-2 ~ tropicraft:azurite_block run tp @s @e[tag=hole02Start,limit=1]
5 changes: 5 additions & 0 deletions data/lt/functions/game/minigolf/holes/hole_03/tick.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ execute as @e[tag=hole03Crab] at @s if block ~ ~ ~ create:honey run tp @s @e[tag

execute as @e[tag=hole03Crab] at @s if block ~ ~-2 ~ tropicraft:azurite_block run data modify entity @s Motion set value [0.0,-0.78400003528789d,0.0]
execute as @e[tag=hole03Crab] at @s if block ~ ~-2 ~ tropicraft:azurite_block run tp @s @e[tag=hole03Start,limit=1]


execute as @e[tag=hole03Crab] at @s if block ~ ~-1 ~ minecraft:magenta_concrete_powder run tp @s @e[tag=hole03TeleporterMagenta,limit=1]

execute as @e[tag=hole03Crab] at @s if block ~ ~-1 ~ minecraft:blue_concrete_powder run tp @s @e[tag=hole03TeleporterBlue,limit=1]

0 comments on commit 265083d

Please sign in to comment.