chore: upgrading to v3 for json compression (#351)

* chore: upgrading to v3 for json compression

* adding local build step

* adding test for compress

* auto: generate
This commit is contained in:
Daan Verstraten
2025-06-02 21:17:32 +02:00
committed by GitHub
parent ca6239c35c
commit b957fc93e8
34 changed files with 302 additions and 311 deletions

View File

@@ -30,28 +30,20 @@
{ "Source": "./behavior/worldgen/structure_sets/structure_set.json", "Destination": "../behavior/worldgen/structure_sets/structure_set.json" },
{ "Source": "./behavior/worldgen/template_pools/template_pool.json", "Destination": "../behavior/worldgen/template_pools/template_pool.json" },
{ "Source": "./resource/block_culling/block_culling.json", "Destination": "../resource/block_culling/block_culling.json" },
{ "Source": "./resource//block_culling/block_culling.json", "Destination": "../resource/block_culling/block_culling.json" },
{ "Source": "./resource/animation_controllers/animation_controller.json", "Destination": "../resource/animation_controllers/animation_controller.json" },
{ "Source": "./resource/animations/actor_animation.json", "Destination": "../resource/animations/actor_animation.json" },
{ "Source": "./resource/atmospherics/atmospherics.json", "Destination": "../resource/atmospherics/atmospherics.json" },
{ "Source": "./resource/attachables/attachables.json", "Destination": "../resource/attachables/attachables.json" },
{ "Source": "./resource/biomes_client.json", "Destination": "../resource/biomes_client.json" },
{ "Source": "./resource/biomes/biomes.json", "Destination": "../resource/biomes/biomes.json" },
{ "Source": "./resource/biomes_client.json", "Destination": "../resource/biomes_client.json" },
{ "Source": "./resource/blocks.json", "Destination": "../resource/blocks.json" },
{ "Source": "./resource/color_grading/color_grading.json", "Destination": "../resource/color_grading/color_grading.json" },
{ "Source": "./resource/entity/entity.json", "Destination": "../resource/entity/entity.json" },
{ "Source": "./resource/fog/fog.json", "Destination": "../resource/fog/fog.json" },
{ "Source": "./resource/items/items.json", "Destination": "../resource/items/items.json" },
{ "Source": "./resource/lighting/atmospherics.json", "Destination": "../resource/lighting/atmospherics.json" },
{ "Source": "./resource/lighting/global.json", "Destination": "../resource/lighting/global.json" },
{ "Source": "./resource/lighting/lighting.json", "Destination": "../resource/lighting/lighting.json" },
{ "Source": "./resource/materials/materials.json", "Destination": "../resource/materials/materials.json" },
{ "Source": "./resource/models/entity/model_entity.json", "Destination": "../resource/models/entity/model_entity.json" },
{ "Source": "./resource/particles/particles.json", "Destination": "../resource/particles/particles.json" },
{ "Source": "./resource/pbr/global.json", "Destination": "../resource/pbr/pbr.json" },
{ "Source": "./resource/point_lights/global.json", "Destination": "../resource/point_lights/point_lights.json" },
{ "Source": "./resource/render_controllers/render_controllers.json", "Destination": "../resource/render_controllers/render_controllers.json" },
{ "Source": "./resource/shadows/global.json", "Destination": "../resource/shadows/shadows.json" },
{ "Source": "./resource/sounds.json", "Destination": "../resource/sounds.json" },
{ "Source": "./resource/sounds/music_definitions.json", "Destination": "../resource/sounds/music_definitions.json" },
{ "Source": "./resource/sounds/sound_definitions.json", "Destination": "../resource/sounds/sound_definitions.json" },
@@ -63,7 +55,6 @@
{ "Source": "./resource/textures/ui_texture_definition.json", "Destination": "../resource/textures/ui_texture_definition.json" },
{ "Source": "./resource/ui/_global_variables.json", "Destination": "../resource/ui/_global_variables.json" },
{ "Source": "./resource/ui/_ui_defs.json", "Destination": "../resource/ui/_ui_defs.json" },
{ "Source": "./resource/ui/ui.json", "Destination": "../resource/ui/ui.json" },
{ "Source": "./resource/water/water.json", "Destination": "../resource/water/water.json" }
{ "Source": "./resource/ui/ui.json", "Destination": "../resource/ui/ui.json" }
]
}