From de3fff812bba36e276ba8cd23e6a29ae1ef64505 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Wed, 3 Jun 2015 22:54:47 +0200 Subject: [PATCH] Update throwing.conf --- mods/throwing/throwing.conf | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/mods/throwing/throwing.conf b/mods/throwing/throwing.conf index 8bd77242..be9f40f5 100755 --- a/mods/throwing/throwing.conf +++ b/mods/throwing/throwing.conf @@ -1,33 +1,33 @@ -# -# You can disable or disable any bow and arrow by writing lines like these inside throwing.conf -# -# Bows + +-- You can disable or disable any bow and arrow by writing lines like these inside throwing.conf + +-- Bows DISABLE_WOODEN_BOW = false DISABLE_LONGBOW = false DISABLE_COMPOSITE_BOW = false DISABLE_STEEL_BOW = false DISABLE_ROYAL_BOW = false -# -# Crossbows + +-- Crossbows DISABLE_CROSSBOW = false DISABLE_ARBALEST = false DISABLE_AUTOMATED_ARBALEST = false -# -# Arrow -# Special Arrows + +-- Arrow +-- Special Arrows DISABLE_TELEPORT_ARROW = false DISABLE_DIG_ARROW = false DISABLE_BUILD_ARROW = false -DISABLE_TNT_ARROW = true # Desactivated because too dangerous -DISABLE_FIRE_ARROW = true # Desactivated because too dangerous +DISABLE_TNT_ARROW = true -- Desactivated because too dangerous +DISABLE_FIRE_ARROW = true -- Desactivated because too dangerous DISABLE_TORCH_ARROW = false -DISABLE_SHELL_ARROW = false # /!\ Need test it /!\ +DISABLE_SHELL_ARROW = false -- /!\ Need test it /!\ -# Fireworks arrows +-- Fireworks arrows DISABLE_FIREWORKS_BLUE_ARROW = false DISABLE_FIREWORKS_RED_ARROW = false -# Normal arrows +-- Normal arrows DISABLE_STONE_ARROW = false DISABLE_STEEL_ARROW = false DISABLE_DIAMOND_ARROW = false