Skip to content

Commit

Permalink
Fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
LTHCTheMaster committed Feb 8, 2022
1 parent 6b7411b commit 5a3f7b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions assets/minecraft/lang/fr_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,5 @@

"__comments": "entities",
"Magical Trader": "Marchand Magique",
"Mangrove Guardian": "Gardien de la Mangrove",

"__comments": "subtitles",
"subtitles.essences": "Génération d'Essences",
"subtitles.essences2": "Génération d'Essences",
"subtitles.boss_sound": "Boss de Magical Elementalization",
"subtitles.mangrove_axe": "Pouvoir de la Hache de la Mangrove",
"subtitles.tp_wand": "Téléportation avec une baguette",
"subtitles.color_wand": "Utilisation d'une Baguette Couleur",
"subtitles.forest_clearer": "Efface la forêt"
"Mangrove Guardian": "Gardien de la Mangrove"
}
4 changes: 2 additions & 2 deletions data/lthc.mage/functions/wands/init_raycast_tp.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
clear @s command_block{ctc: {traits: {"magic/essences":1b, item:1b, hydro:1b}, id: "hydro_essence", from: "lthc.mage"}} 1
# Setup the limiting score
scoreboard players set #lthc.mage.rc lthc.mage.data -1
# Play the sound
playsound lthc.mage:tp_wand master @a[distance=..6] ~ ~ ~ 0.97 1.0 0.2
# Run the function
function lthc.mage:wands/raycast_tp
# Give the advancement
advancement grant @s only lthc.mage:age0_road/use_magic/color_wand
# Play the sound
playsound lthc.mage:tp_wand master @a[distance=..6] ~ ~ ~ 0.97 1.0 0.2

0 comments on commit 5a3f7b7

Please sign in to comment.