aboutsummaryrefslogtreecommitdiff
path: root/constants/ArrowTypes.json
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2024-01-13 21:01:30 +0100
committerGitHub <noreply@github.com>2024-01-13 21:01:30 +0100
commitfc7dd959b5271970a2f0df2923c371429a16639d (patch)
tree56b9ad43bf907214fcdecdc6ce79c3aea0c8e077 /constants/ArrowTypes.json
parenta93021458fe9581bbbf8621067c5d913c3efecd2 (diff)
downloadSkyHanni-REPO-fc7dd959b5271970a2f0df2923c371429a16639d.tar.gz
SkyHanni-REPO-fc7dd959b5271970a2f0df2923c371429a16639d.tar.bz2
SkyHanni-REPO-fc7dd959b5271970a2f0df2923c371429a16639d.zip
Maxwell powers and arrow data for scoreboard (#92)
Diffstat (limited to 'constants/ArrowTypes.json')
-rw-r--r--constants/ArrowTypes.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/constants/ArrowTypes.json b/constants/ArrowTypes.json
new file mode 100644
index 0000000..501cf09
--- /dev/null
+++ b/constants/ArrowTypes.json
@@ -0,0 +1,49 @@
+{
+ "arrows": {
+ "NONE": {
+ "arrow": "None"
+ },
+ "SLIME_BALL": {
+ "arrow": "Slime Ball"
+ },
+ "PRISMARINE_SHARD": {
+ "arrow": "Prismarine Shard"
+ },
+ "ARROW": {
+ "arrow": "Flint Arrow"
+ },
+ "REINFORCED_IRON_ARROW": {
+ "arrow": "Reinforced Iron Arrow"
+ },
+ "GOLD_TIPPED_ARROW": {
+ "arrow": "Gold-tipped Arrow"
+ },
+ "REDSTONE_TIPPED_ARROW": {
+ "arrow": "Redstone-tipped Arrow"
+ },
+ "EMERALD_TIPPED_ARROW": {
+ "arrow": "Emerald-tipped Arrow"
+ },
+ "BOUNCY_ARROW": {
+ "arrow": "Bouncy Arrow"
+ },
+ "ICY_ARROW": {
+ "arrow": "Icy Arrow"
+ },
+ "ARMORSHRED_ARROW": {
+ "arrow": "Armorshred Arrow"
+ },
+ "EXPLOSIVE_ARROW": {
+ "arrow": "Explosive Arrow"
+ },
+ "GLUE_ARROW": {
+ "arrow": "Glue Arrow"
+ },
+ "NANSORB_ARROW": {
+ "arrow": "Nansorb Arrow"
+ },
+ "MAGMA_ARROW": {
+ "arrow": "Magma Arrow"
+ }
+ }
+}