Skip to content

Commit

Permalink
Corrected output message of Spectral Arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
Moesh committed Jun 26, 2021
1 parent f3528bd commit 7cc5b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ execute as @s[tag=Log] run title @a[distance=..4,tag=GiveItem] actionbar {"trans
execute as @s[tag=Scaffolding] run give @a[distance=..4,tag=GiveItem] minecraft:scaffolding 16
execute as @s[tag=Scaffolding] run title @a[distance=..4,tag=GiveItem] actionbar {"translate":"calamity.generator.output.item","with":[{"translate":"block.minecraft.scaffolding"},{"text":"16"}]}
execute as @s[tag=SpectralArrow] run give @a[distance=..4,tag=GiveItem] minecraft:spectral_arrow 32
execute as @s[tag=SpectralArrow] run title @a[distance=..4,tag=GiveItem] actionbar {"translate":"calamity.generator.output.item","with":[{"translate":"item.minecraft.spectral_arrow"},{"text":"16"}]}
execute as @s[tag=SpectralArrow] run title @a[distance=..4,tag=GiveItem] actionbar {"translate":"calamity.generator.output.item","with":[{"translate":"item.minecraft.spectral_arrow"},{"text":"32"}]}
execute as @s[tag=TNT] run give @a[distance=..4,tag=GiveItem] minecraft:tnt 3
execute as @s[tag=TNT] run title @a[distance=..4,tag=GiveItem] actionbar {"translate":"calamity.generator.output.item","with":[{"translate":"block.minecraft.tnt"},{"text":"3"}]}

Expand Down

0 comments on commit 7cc5b53

Please sign in to comment.