Skip to content

Commit

Permalink
Fix flying gegy
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 23, 2024
1 parent cdc25dc commit 61d87c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/lt/function/gegy/spawn_fly.mcfunction
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
summon tropicraft:turtle ~ ~ ~ {Tags:["kill_on_no_players"],Invulnerable:true,NoAI:true,NoBrakesOnThisTrain:true,DeathLootTable:"minecraft:empty",attributes:[{base:1.65,id:"minecraft:generic.movement_speed"}],LongsForTheSky:true,"neoforge:attachments": {"ltminigames:player_disguise": {entity: {tag: {collectible: "lt:gegy_potato"}, type: "ltextras:collectible"}}}}
ride @e[type=tropicraft:turtle,tag=kill_on_no_players,limit=1,sort=nearest] mount @s
ride @s mount @e[type=tropicraft:turtle,tag=kill_on_no_players,limit=1,sort=nearest]
3 changes: 2 additions & 1 deletion data/ltpermissions/command_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"admin effects random_mob disable": "scoreboard players set randomMob golf.events 0",
"admin events golf host_mode enable": "scoreboard players set hostMode golf.events 1",
"admin events golf host_mode disable": "scoreboard players set hostMode golf.events 0",
"admin disguse_all shoebill": "execute as @a[current_world=true] run disguise as tropicraft:shoebill_stork"
"admin disguse_all shoebill": "execute as @a[current_world=true] run disguise as tropicraft:shoebill_stork",
"admin gegy": "function lt:gegy/spawn_fly"
}

0 comments on commit 61d87c8

Please sign in to comment.