summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemThrowable.h
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2019-05-11 21:43:26 +0200
committerpeterbell10 <peterbell10@live.co.uk>2019-05-11 21:43:26 +0200
commit24a8456f79aa35cfe8c3859c880e1bffeae088c6 (patch)
tree58514d88b25a7771827211fbcf8d547f523de2eb /src/Items/ItemThrowable.h
parentBuckets: Be able to place fluids through other fluids. (#4331) (diff)
downloadcuberite-24a8456f79aa35cfe8c3859c880e1bffeae088c6.tar
cuberite-24a8456f79aa35cfe8c3859c880e1bffeae088c6.tar.gz
cuberite-24a8456f79aa35cfe8c3859c880e1bffeae088c6.tar.bz2
cuberite-24a8456f79aa35cfe8c3859c880e1bffeae088c6.tar.lz
cuberite-24a8456f79aa35cfe8c3859c880e1bffeae088c6.tar.xz
cuberite-24a8456f79aa35cfe8c3859c880e1bffeae088c6.tar.zst
cuberite-24a8456f79aa35cfe8c3859c880e1bffeae088c6.zip
Diffstat (limited to '')
-rw-r--r--src/Items/ItemThrowable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemThrowable.h b/src/Items/ItemThrowable.h
index 85234088f..706143896 100644
--- a/src/Items/ItemThrowable.h
+++ b/src/Items/ItemThrowable.h
@@ -1,5 +1,5 @@
-// Declares the itemhandlers for throwable items: eggs, snowballs and ender pearls
+// Declares the itemhandlers for throwable items: eggs, snowballs, ender pearls, and eyes of ender.
#pragma once