summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Blocks/BlockJukebox.h2
-rw-r--r--src/Blocks/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Blocks/BlockJukebox.h b/src/Blocks/BlockJukebox.h
index 5b655e71d..c2c9bda63 100644
--- a/src/Blocks/BlockJukebox.h
+++ b/src/Blocks/BlockJukebox.h
@@ -20,6 +20,6 @@ private:
virtual ColourID GetMapBaseColourID(NIBBLETYPE a_Meta) const override
{
UNUSED(a_Meta);
- return 6;
+ return 10;
}
} ;
diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt
index 167e11da0..34b8276b6 100644
--- a/src/Blocks/CMakeLists.txt
+++ b/src/Blocks/CMakeLists.txt
@@ -48,6 +48,7 @@ target_sources(
BlockHandler.h
BlockHopper.h
BlockIce.h
+ BlockJukebox.h
BlockLadder.h
BlockLeaves.h
BlockLever.h