diff --git a/README.txt b/README.txt index f63e5de..a3b1707 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/textures/throwing_bow_royal.png b/textures/throwing_bow_royal.png new file mode 100644 index 0000000..43c20f8 Binary files /dev/null and b/textures/throwing_bow_royal.png differ diff --git a/throwing.conf.example b/throwing.conf.example index 54dabd7..48ded2c 100644 --- a/throwing.conf.example +++ b/throwing.conf.example @@ -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 +# \ No newline at end of file