Skip to content

Commit

Permalink
Add HueHunters x-ray sound cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
ex4dev committed Dec 29, 2024
1 parent bb4f94a commit eef5ad7
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
36 changes: 35 additions & 1 deletion src/main/resources/config/cosmetics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,38 @@ categories:
name: <lang:cosmetic.infinijump.blocks.jungle>
description: <lang:cosmetic.infinijump.blocks.jungle.desc>
material: minecraft:flowering_azalea_leaves
cost: 2500
cost: 2500
- id: huehunters
name: HueHunters
material: minecraft:magenta_concrete_powder
groups:
- id: xraysound
name: <lang:cosmetic.huehunters.xraysound>
material: minecraft:spyglass
description: <lang:cosmetic.huehunters.xraysound.desc>
cosmetics:
- id: huehunters_xraysound_amethyst
name: <lang:item.minecraft.amethyst_shard>
description: <lang:cosmetic.huehunters.xraysound.amethyst.desc>
material: minecraft:amethyst_block
cost: 1500
- id: huehunters_xraysound_azalea
name: <lang:block.minecraft.azalea>
description: <lang:cosmetic.huehunters.xraysound.azalea.desc>
material: minecraft:flowering_azalea
cost: 1500
- id: huehunters_xraysound_bamboo
name: <lang:block.minecraft.bamboo>
description: <lang:cosmetic.huehunters.xraysound.bamboo.desc>
material: minecraft:bamboo_block
cost: 1500
- id: huehunters_xraysound_beehive
name: <lang:block.minecraft.beehive>
description: <lang:cosmetic.huehunters.xraysound.beehive.desc>
material: minecraft:beehive
cost: 1500
- id: huehunters_xraysound_xylophone
name: <lang:cosmetic.huehunters.xraysound.xylophone>
description: <lang:cosmetic.huehunters.xraysound.xylophone.desc>
material: minecraft:note_block
cost: 1500
9 changes: 9 additions & 0 deletions src/main/resources/lang_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,15 @@ cosmetic.infinijump.blocks.rainbow_concrete.desc=A random concrete color for eve
cosmetic.infinijump.blocks.jungle=Jungle
cosmetic.infinijump.blocks.jungle.desc=A random leaf or wood block for every jump!\n(17 blocks in this set)

cosmetic.huehunters.xraysound=X-ray Sound
cosmetic.huehunters.xraysound.desc=The sound emitted when you make a block disappear as a Hunter.
cosmetic.huehunters.xraysound.amethyst.desc= A pleasant sound.
cosmetic.huehunters.xraysound.azalea.desc=A soft sound.
cosmetic.huehunters.xraysound.bamboo.desc=A hard sound.
cosmetic.huehunters.xraysound.beehive.desc=A slippery sound.
cosmetic.huehunters.xraysound.xylophone=Xylophone
cosmetic.huehunters.xraysound.xylophone.desc=A musical sound.

# The following translations are used in MiniMessage strings sent by Puffin.
# They are not used in this repository.

Expand Down

0 comments on commit eef5ad7

Please sign in to comment.