From b04f9e72e7c055ee6a60832ec58e54760b884101 Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Tue, 26 Mar 2024 15:47:55 +0100 Subject: [PATCH] Adding block culling to generation spec --- source/compress_specification.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/compress_specification.json b/source/compress_specification.json index 64e87f94..131a523d 100644 --- a/source/compress_specification.json +++ b/source/compress_specification.json @@ -11,6 +11,7 @@ { "Source": "./resource/attachables/attachables.json", "Destination": "../resource/attachables/attachables.json" }, { "Source": "./resource/biomes_client.json", "Destination": "../resource/biomes_client.json" }, { "Source": "./resource/blocks.json", "Destination": "../resource/blocks.json" }, + { "Source": "./resource//block_culling/block_culling.json", "Destination": "../resource/block_culling/block_culling.json" }, { "Source": "./resource/entity/entity.json", "Destination": "../resource/entity/entity.json" }, { "Source": "./resource/fog/fog.json", "Destination": "../resource/fog/fog.json" }, { "Source": "./resource/textures/flipbook_textures.json", "Destination": "../resource/textures/flipbook_textures.json" },