Skip to content

Commit

Permalink
Add add functions
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 24, 2024
1 parent e9b737d commit 01b2870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/lt/function/stage/feature/add/disable.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
execute as @e[tag=info.add] at @s run data modify entity @s[type=minecraft:text_display] view_range set value 0
2 changes: 2 additions & 0 deletions data/lt/function/stage/feature/add/enable.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
execute as @e[tag=info.add] at @s run data modify entity @s[type=minecraft:text_display] view_range set value 1
execute as @e[tag=info.add] at @s run data modify entity @s[type=minecraft:text_display] start_interpolation set value 0

0 comments on commit 01b2870

Please sign in to comment.