summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockBrewingStand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks/BlockBrewingStand.h')
-rw-r--r--src/Blocks/BlockBrewingStand.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Blocks/BlockBrewingStand.h b/src/Blocks/BlockBrewingStand.h
index 57642bcb6..f68f9d8af 100644
--- a/src/Blocks/BlockBrewingStand.h
+++ b/src/Blocks/BlockBrewingStand.h
@@ -25,6 +25,12 @@ public:
{
return true;
}
+
+ virtual ColourID GetMapBaseColourID(NIBBLETYPE a_Meta) override
+ {
+ UNUSED(a_Meta);
+ return 6;
+ }
} ;