mirror of
https://gitlab.com/echoes91/throwing.git
synced 2025-08-14 04:40:21 +02:00
sounds
textures
README.txt
build_arrow.lua
defaults.lua
depends.txt
description.txt
dig_arrow.lua
fire_arrow.lua
fireworks_arrows.lua
functions.lua
init.lua
screenshot.png
shell_arrow.lua
spears.lua
standard_arrows.lua
teleport_arrow.lua
throwing.conf.example
tnt_arrow.lua
tools.lua
torch_arrow.lua
52 lines
655 B
Plaintext
52 lines
655 B
Plaintext
# You can disable or disable any bow and arrow by writing lines like these inside throwing.conf
|
|
#
|
|
# DISABLE_WOODEN_BOW = true
|
|
#
|
|
#
|
|
# DISABLE_LONGBOW = true
|
|
#
|
|
#
|
|
# DISABLE_COMPOSITE_BOW = true
|
|
#
|
|
#
|
|
# DISABLE_STEEL_BOW = true
|
|
#
|
|
#
|
|
# DISABLE_ROYAL_BOW = true
|
|
#
|
|
#
|
|
# DISABLE_CROSSBOW = true
|
|
#
|
|
#
|
|
# DISABLE_BUILD_ARROW = false
|
|
#
|
|
#
|
|
# DISABLE_DIG_ARROW = false
|
|
#
|
|
#
|
|
# DISABLE_DIAMOND_ARROW = true
|
|
#
|
|
#
|
|
# DISABLE_OBSIDIAN_ARROW = true
|
|
#
|
|
#
|
|
# DISABLE_SHELL_ARROW = true
|
|
#
|
|
#
|
|
# DISABLE_STEEL_ARROW = true
|
|
#
|
|
#
|
|
# DISABLE_STONE_ARROW = false
|
|
#
|
|
#
|
|
# DISABLE_TELEPORT_ARROW = false
|
|
#
|
|
#
|
|
# DISABLE_FIRE_ARROW = false
|
|
#
|
|
#
|
|
# DISABLE_TNT_ARROW = false
|
|
#
|
|
#
|
|
# DISABLE_TORCH_ARROW = true
|
|
# |