Skip to content

Commit

Permalink
gave it the 'ol swaparoonie
Browse files Browse the repository at this point in the history
  • Loading branch information
brickmaster5001 committed Nov 3, 2023
1 parent 138f97e commit b7ee3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/lt/functions/utility/return_items.mcfunction
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
execute unless data entity @s Inventory[{id:"ltextras:tropical_map"}] run playsound minecraft:block.note_block.chime master @s ~ ~ ~ 1 1.2
execute unless data entity @s Inventory[{id:"ltextras:tropical_map"}] run tellraw @s {"translate":"lt.utility.spawn.return_item_message.collectible_basket","color":"yellow"}
execute unless data entity @s Inventory[{id:"ltextras:tropical_map"}] run tellraw @s {"translate":"lt.utility.spawn.return_item_message.tropical_map","color":"yellow"}
execute unless data entity @s Inventory[{id:"ltextras:tropical_map"}] run function lt:collectible/give/utility/tropical_map

execute unless data entity @s Inventory[{id:"ltextras:collectible_basket"}] run playsound minecraft:block.note_block.chime master @s ~ ~ ~ 1 1.2
execute unless data entity @s Inventory[{id:"ltextras:collectible_basket"}] run tellraw @s {"translate":"lt.utility.spawn.return_item_message.tropical_map","color":"yellow"}
execute unless data entity @s Inventory[{id:"ltextras:collectible_basket"}] run tellraw @s {"translate":"lt.utility.spawn.return_item_message.collectible_basket","color":"yellow"}
execute unless data entity @s Inventory[{id:"ltextras:collectible_basket"}] run function lt:collectible/give/utility/collectible_basket

0 comments on commit b7ee3f4

Please sign in to comment.