Royal bow

This commit is contained in:
echoes91 2015-03-24 13:13:27 +01:00
parent f073dc1944
commit 715367837d
3 changed files with 45 additions and 1 deletions

View File

@ -20,6 +20,10 @@ Grahpics & sounds: CC-BY 3.0 (see http://creativecommons.org/licenses/by/3.0/leg
Changelog:
Update 1.0rc2:
- Fixed "compare nil with number" due to self.break not being retained
- Filled conf.example's list
Update 1.0rc1:
- Added longbow and removed golden bow, definitive bow set for stable release. Feature freeze
- Fixed torch arrow recipe, thanks to Excalibur Zero

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

View File

@ -2,5 +2,45 @@
#
# DISABLE_WOODEN_BOW = true
#
#
# DISABLE_LONGBOW = true
#
#
# DISABLE_COMPOSITE_BOW = true
#
#
# DISABLE_STEEL_BOW = true
#
#
# DISABLE_ROYAL_BOW = true
#
#
# DISABLE_BUILD_ARROW = true
#
#
# DISABLE_DIG_ARROW = true
#
#
# DISABLE_DIAMOND_ARROW = true
#
#
# DISABLE_OBSIDIAN_ARROW = true
#
#
# DISABLE_SHELL_ARROW = true
#
#
# DISABLE_STEEL_ARROW = true
#
#
# DISABLE_STONE_ARROW = true
#
#
# DISABLE_TELEPORT_ARROW = true
#
#
# DISABLE_TNT_ARROW = true
#
#
# DISABLE_TORCH_ARROW = true
#