Skip to content

Commit

Permalink
Golf Milestones Fixes
Browse files Browse the repository at this point in the history
Think this should all work now
  • Loading branch information
DinnerBeef committed Oct 28, 2023
1 parent 1924007 commit 24ff9bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ kill @e[tag=hole20Start]
kill @e[tag=hole20End]
kill @e[tag=hole20Marker]
kill @e[tag=hole20Dummy]
execute at @e[tag=hole20] run place template lt2023:golf_hole_20
kill @e[tag=hole19]
execute at @e[tag=hole20] run place template lt2023:golf_hole_20
summon minecraft:marker 2746 127 2625 {Tags:["hole19"]}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ kill @e[tag=hole23End]
kill @e[tag=hole23Marker]
kill @e[tag=hole23Dummy]
kill @e[tag=hole22]
execute at @e[tag=hole23] run place template lt2023:golf_hole_23
execute at @e[tag=hole23] run place template lt2023:golf_hole_23
execute at @e[tag=golfWalk] run place template lt2023:golf_walkway
3 changes: 3 additions & 0 deletions data/lt/functions/game/minigolf/milestones/reset.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ execute at @e[tag=hole20] run place template lt2023:golf_hole_20_clear
execute at @e[tag=hole21] run place template lt2023:golf_hole_21_clear
execute at @e[tag=hole22] run place template lt2023:golf_hole_22_clear
execute at @e[tag=hole23] run place template lt2023:golf_hole_23_clear
execute at @e[tag=golfWalk] run place template lt2023:golf_walkway_clear
kill @e[type=minecraft:item,nbt={Item:{id:"minecraft:moss_carpet"}}]
summon minecraft:marker 2746 127 2625 {Tags:["hole19"]}

0 comments on commit 24ff9bd

Please sign in to comment.