forked from VoxeLibre/VoxeLibre
Merge branch 'master' into chat-command-builder-2
This commit is contained in:
commit
bc2e122652
|
@ -155,7 +155,7 @@ end
|
|||
local custom_crafts, craft_types = {}, {}
|
||||
|
||||
function mcl_craftguide.register_craft_type(name, def)
|
||||
local func = "mcl_craftguide.register_craft_guide(): "
|
||||
local func = "mcl_craftguide.register_craft_type(): "
|
||||
assert(name, func .. "'name' field missing")
|
||||
assert(def.description, func .. "'description' field missing")
|
||||
assert(def.icon, func .. "'icon' field missing")
|
||||
|
|
|
@ -7,7 +7,7 @@ Blast Protection=Protection contre les explosions
|
|||
Reduces explosion damage and knockback.=Réduit les dégâts d'explosion et de recul.
|
||||
Channeling=Canalisation
|
||||
Channels a bolt of lightning toward a target. Works only during thunderstorms and if target is unobstructed with opaque blocks.=Canalise un éclair vers une cible. Fonctionne uniquement pendant les orages et si la cible n'est pas obstruée par des blocs opaques.
|
||||
Curse of Binding=Malédiction du lien éterne
|
||||
Curse of Binding=Malédiction du lien éternel
|
||||
Item cannot be removed from armor slots except due to death, breaking or in Creative Mode.=L'objet ne peut pas être retiré des emplacements d'armure sauf en cas de mort, de rupture ou en mode créatif.
|
||||
Curse of Vanishing=Malédiction de disparition
|
||||
Item destroyed on death.=Objet détruit à la mort.
|
||||
|
|
Loading…
Reference in New Issue