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/Blocks/CMakeLists.txt | |
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 '')
-rw-r--r-- | src/Blocks/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt index 07ab87eea..4420871ae 100644 --- a/src/Blocks/CMakeLists.txt +++ b/src/Blocks/CMakeLists.txt @@ -34,6 +34,7 @@ SET (HDRS BlockDropSpenser.h BlockEnchantmentTable.h BlockEnderchest.h + BlockEndPortalFrame.h BlockEntity.h BlockFarmland.h BlockFence.h |