diff options
author | Mat <mail@mathias.is> | 2021-03-05 19:43:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 19:43:40 +0100 |
commit | 40b6758905eb7182b6a903c9b30ed5edeaaaf057 (patch) | |
tree | 1b715c45a36ee0b1db1119eba671ff7dd4839a14 /src/Blocks/CMakeLists.txt | |
parent | Adding Boss bar (#5025) (diff) | |
download | cuberite-40b6758905eb7182b6a903c9b30ed5edeaaaf057.tar cuberite-40b6758905eb7182b6a903c9b30ed5edeaaaf057.tar.gz cuberite-40b6758905eb7182b6a903c9b30ed5edeaaaf057.tar.bz2 cuberite-40b6758905eb7182b6a903c9b30ed5edeaaaf057.tar.lz cuberite-40b6758905eb7182b6a903c9b30ed5edeaaaf057.tar.xz cuberite-40b6758905eb7182b6a903c9b30ed5edeaaaf057.tar.zst cuberite-40b6758905eb7182b6a903c9b30ed5edeaaaf057.zip |
Diffstat (limited to 'src/Blocks/CMakeLists.txt')
-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 7fb0237e3..770b0dab8 100644 --- a/src/Blocks/CMakeLists.txt +++ b/src/Blocks/CMakeLists.txt @@ -51,6 +51,7 @@ target_sources( BlockGravel.h BlockHandler.h BlockHopper.h + BlockHugeMushroom.h BlockIce.h BlockJukebox.h BlockLadder.h |