From 885d8287125439047ca2318f8e349b8da279e612 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Fri, 7 Jul 2017 09:31:45 +0200 Subject: Added bed entity (#3823) * Added bed entity * Export cBedEntity to lua * Set color of bed through item damage value * Added bed entity to APIDoc * NBT: Added loading and saving * Crafting recipes for the colored beds --- src/BlockEntities/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/BlockEntities/CMakeLists.txt') diff --git a/src/BlockEntities/CMakeLists.txt b/src/BlockEntities/CMakeLists.txt index d6bf6355c..93033931c 100644 --- a/src/BlockEntities/CMakeLists.txt +++ b/src/BlockEntities/CMakeLists.txt @@ -4,6 +4,7 @@ include_directories ("${PROJECT_SOURCE_DIR}/../") SET (SRCS BeaconEntity.cpp + BedEntity.cpp BlockEntity.cpp BlockEntityWithItems.cpp BrewingstandEntity.cpp @@ -25,6 +26,7 @@ SET (SRCS SET (HDRS BeaconEntity.h + BedEntity.h BlockEntity.h BlockEntityWithItems.h BrewingstandEntity.h -- cgit v1.2.3