From 715367837d1cf8be25b0d8d38c913b6f4195479c Mon Sep 17 00:00:00 2001 From: echoes91 Date: Tue, 24 Mar 2015 13:13:27 +0100 Subject: [PATCH] Royal bow --- README.txt | 4 +++ textures/throwing_bow_royal.png | Bin 0 -> 617 bytes throwing.conf.example | 42 +++++++++++++++++++++++++++++++- 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 textures/throwing_bow_royal.png 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 0000000000000000000000000000000000000000..43c20f898f1675c7c676effcd8ec426ed7e3e16a GIT binary patch literal 617 zcmV-v0+#)WP)L}000McNliru-vbsC6*+6Z1^fU20rp8m zK~y-)b&@e?6hRb*zgc#3g(lcu5fH?{F4$OT5J7UvA(&M55rT*4US}(*QrO>_{=`nL z6b{Z1wX?BNxWgcUK(N#ha^tx(yU${7mOC#l47=w}u7)_H7J+@&zV~>`De8ds_1#KL;o9Xw|{aApBMe)+(` z*Ow&>5O~NJ+E{|x;s7jQpxJ=*d;696+0(;-moL!mxCLtii2

xJYi)TZ*sKF5?jnW))#C`5m3><+5Qbr?z?gBO z9$!TsUPk06Y%NEpcD@PR0vd5p7U*`n6h%Q$#?!)+Pv#WEU`K?-i>~3l3#!abuh%2= z@f>RCw9+XU+%1HmLPXeDQUv4VL{UVoRzs~{LguR|pKT8-rLfi#hG7{rrPS0LAlSDt z|H9s&Nz;7PC*jE`%iXnSrR*RG7>!2dL2u?{4*c^M@I7SKBpS8e00000NkvXXu0mjf DckK@B literal 0 HcmV?d00001 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