diff options
author | Alexander Harkness <me@bearbin.net> | 2020-04-08 00:28:51 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2020-04-10 15:07:16 +0200 |
commit | 48ccd93426a1130dcec3555638551472484754e2 (patch) | |
tree | 410fadf214dc1587f319288fad36c1e232047828 /src/Blocks/CMakeLists.txt | |
parent | Correct Black Glazed Terracotta block handler (diff) | |
download | cuberite-48ccd93426a1130dcec3555638551472484754e2.tar cuberite-48ccd93426a1130dcec3555638551472484754e2.tar.gz cuberite-48ccd93426a1130dcec3555638551472484754e2.tar.bz2 cuberite-48ccd93426a1130dcec3555638551472484754e2.tar.lz cuberite-48ccd93426a1130dcec3555638551472484754e2.tar.xz cuberite-48ccd93426a1130dcec3555638551472484754e2.tar.zst cuberite-48ccd93426a1130dcec3555638551472484754e2.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 22789fe1b..fd46f672a 100644 --- a/src/Blocks/CMakeLists.txt +++ b/src/Blocks/CMakeLists.txt @@ -46,6 +46,7 @@ SET (HDRS BlockFluid.h BlockFurnace.h BlockGlass.h + BlockGlazedTerracotta.h BlockGlowstone.h BlockGravel.h BlockHandler.h |