Skip to content

Commit

Permalink
Fix ad spawn the thing again
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 24, 2024
1 parent 12d9a6f commit 8da6938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lt/function/stage/feature/add/enable.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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
execute as @e[tag=ad.spawn] at @s run summon minecraft:armor_stand ~ ~ ~ {Tags:["ad.gegy"],CustomNameVisible:false,"neoforge:attachments": {"ltminigames:player_disguise": {custom_name:"''", scale:5f, entity: {tag: {collectible: "lt:gegy_potato"}, type: "ltextras:collectible"}}}}
execute as @e[tag=ad.spawn] at @s run summon minecraft:armor_stand ~ ~ ~ {Tags:["ad.gegy"],CustomName:'""',CustomNameVisible:false,"neoforge:attachments": {"ltminigames:player_disguise": {custom_name:"''", scale:5f, entity: {tag: {collectible: "lt:gegy_potato"}, type: "ltextras:collectible"}}}}

0 comments on commit 8da6938

Please sign in to comment.