Adding block culling to generation spec

This commit is contained in:
Daan Verstraten
2024-03-26 15:47:55 +01:00
committed by GitHub
parent 91ceff66e2
commit b04f9e72e7

View File

@@ -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" },