Skip to content

Commit

Permalink
Add Music Disc Otherside to sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaclepes committed Jan 3, 2022
1 parent a3e1fe4 commit e8dde5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/sss/functions/sort.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -1016,4 +1016,6 @@ execute as @s if entity @s[type=item,nbt={Item:{id:"minecraft:weathered_cut_copp
execute as @s if entity @s[type=item,nbt={Item:{id:"minecraft:weathered_cut_copper_slab"}}] run teleport @s @e[limit=1,sort=random,type=minecraft:item_frame,distance=..256,tag=sss_sort_target,nbt={Item:{id:"minecraft:weathered_cut_copper_slab"}}]
execute as @s if entity @s[type=item,nbt={Item:{id:"minecraft:weathered_cut_copper_stairs"}}] run teleport @s @e[limit=1,sort=random,type=minecraft:item_frame,distance=..256,tag=sss_sort_target,nbt={Item:{id:"minecraft:weathered_cut_copper_stairs"}}]
execute as @s if entity @s[type=item,nbt={Item:{id:"minecraft:white_candle"}}] run teleport @s @e[limit=1,sort=random,type=minecraft:item_frame,distance=..256,tag=sss_sort_target,nbt={Item:{id:"minecraft:white_candle"}}]
execute as @s if entity @s[type=item,nbt={Item:{id:"minecraft:yellow_candle"}}] run teleport @s @e[limit=1,sort=random,type=minecraft:item_frame,distance=..256,tag=sss_sort_target,nbt={Item:{id:"minecraft:yellow_candle"}}]
execute as @s if entity @s[type=item,nbt={Item:{id:"minecraft:yellow_candle"}}] run teleport @s @e[limit=1,sort=random,type=minecraft:item_frame,distance=..256,tag=sss_sort_target,nbt={Item:{id:"minecraft:yellow_candle"}}]
# 1.18
execute as @s if entity @s[type=item,nbt={Item:{id:"minecraft:music_disc_otherside"}}] run teleport @s @e[limit=1,sort=random,type=minecraft:item_frame,distance=..256,tag=sss_sort_target,nbt={Item:{id:"minecraft:music_disc_otherside"}}]

0 comments on commit e8dde5e

Please sign in to comment.