diff options
author | Zach DeCook <zachdecook@gmail.com> | 2019-05-11 21:43:26 +0200 |
---|---|---|
committer | peterbell10 <peterbell10@live.co.uk> | 2019-05-11 21:43:26 +0200 |
commit | 24a8456f79aa35cfe8c3859c880e1bffeae088c6 (patch) | |
tree | 58514d88b25a7771827211fbcf8d547f523de2eb /src/Items/ItemThrowable.h | |
parent | Buckets: Be able to place fluids through other fluids. (#4331) (diff) | |
download | cuberite-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 'src/Items/ItemThrowable.h')
-rw-r--r-- | src/Items/ItemThrowable.h | 2 |
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 |