From 2d6f6a574d8dd6a94dc13cb51628626d99c1853a Mon Sep 17 00:00:00 2001 From: Mattes D Date: Fri, 20 Dec 2019 22:10:24 +0100 Subject: BlockTypePalette: Load from TSV or original reports' JSON. --- tests/BlockTypeRegistry/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/BlockTypeRegistry/CMakeLists.txt') diff --git a/tests/BlockTypeRegistry/CMakeLists.txt b/tests/BlockTypeRegistry/CMakeLists.txt index beadc8af3..8118bc93c 100644 --- a/tests/BlockTypeRegistry/CMakeLists.txt +++ b/tests/BlockTypeRegistry/CMakeLists.txt @@ -58,8 +58,8 @@ target_link_libraries(PalettedBlockAreaTest fmt::fmt jsoncpp_lib_static) # Extra files for BlockTypePalette test: file (COPY - test.btp.json - ../../Server/Protocol/1.13/base.btp.json + ../../Server/Protocol/1.13/base.btp.txt + ../../Server/Protocol/UpgradeBlockTypePalette.txt DESTINATION ./ ) -- cgit v1.2.3