From dc017a14ae8395a17a8df5530a7830cb80ca2efd Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 1 Feb 2021 18:49:45 +0100 Subject: [PATCH] Updated specification --- source/compress specification.json | 72 +++++++++++++++++------------- 1 file changed, 40 insertions(+), 32 deletions(-) diff --git a/source/compress specification.json b/source/compress specification.json index 8e7918c9..ba9f5495 100644 --- a/source/compress specification.json +++ b/source/compress specification.json @@ -1,132 +1,140 @@ { "Files": [ + { + "Source": "./minecraft-validation.json", + "Destination": "../minecraft-validation.json" + }, { "Source": "./skinpacks/skins.json", - "Destination": "../schema/skinpacks/skins.json" + "Destination": "../skinpacks/skins.json" }, { "Source": "./language/language_names.json", - "Destination": "../schema/language/language_names.json" + "Destination": "../language/language_names.json" }, { "Source": "./language/languages.json", - "Destination": "../schema/language/languages.json" + "Destination": "../language/languages.json" }, { "Source": "./general/manifest.json", - "Destination": "../schema/general/manifest.json" + "Destination": "../general/manifest.json" }, { "Source": "./general/world_x_packs.json", - "Destination": "../schema/general/world_x_packs.json" + "Destination": "../general/world_x_packs.json" }, { "Source": "./resource/animation_controllers/animation_controller.json", - "Destination": "../schema/resource/animation_controllers/animation_controller.json" + "Destination": "../resource/animation_controllers/animation_controller.json" }, { "Source": "./resource/animations/actor_animation.json", - "Destination": "../schema/resource/animations/actor_animation.json" + "Destination": "../resource/animations/actor_animation.json" }, { "Source": "./resource/attachables/attachables.json", - "Destination": "../schema/resource/attachables/attachables.json" + "Destination": "../resource/attachables/attachables.json" }, { "Source": "./resource/biomes_client.json", - "Destination": "../schema/resource/biomes_client.json" + "Destination": "../resource/biomes_client.json" }, { "Source": "./resource/blocks.json", - "Destination": "../schema/resource/blocks.json" + "Destination": "../resource/blocks.json" }, { "Source": "./resource/entity/entity.json", - "Destination": "../schema/resource/entity/entity.json" + "Destination": "../resource/entity/entity.json" }, { "Source": "./resource/fog/fog.json", - "Destination": "../schema/resource/fog/fog.json" + "Destination": "../resource/fog/fog.json" }, { "Source": "./resource/textures/flipbook_textures.json", - "Destination": "../schema/resource/textures/flipbook_textures.json" + "Destination": "../resource/textures/flipbook_textures.json" }, { "Source": "./resource/textures/item_texture.json", - "Destination": "../schema/resource/textures/item_texture.json" + "Destination": "../resource/textures/item_texture.json" + }, + { + "Source": "./resource/textures/texture_list.json", + "Destination": "../resource/textures/texture_list.json" }, { "Source": "./resource/items/items.json", - "Destination": "../schema/resource/items/items.json" + "Destination": "../resource/items/items.json" }, { "Source": "./resource/models/entity/model_entity.json", - "Destination": "../schema/resource/models/entity/model_entity.json" + "Destination": "../resource/models/entity/model_entity.json" }, { "Source": "./resource/materials/materials.json", - "Destination": "../schema/resource/materials/materials.json" + "Destination": "../resource/materials/materials.json" }, { "Source": "./resource/sounds/music_definitions.json", - "Destination": "../schema/resource/sounds/music_definitions.json" + "Destination": "../resource/sounds/music_definitions.json" }, { "Source": "./resource/particles/particles.json", - "Destination": "../schema/resource/particles/particles.json" + "Destination": "../resource/particles/particles.json" }, { "Source": "./resource/render_controllers/render_controllers.json", - "Destination": "../schema/resource/render_controllers/render_controllers.json" + "Destination": "../resource/render_controllers/render_controllers.json" }, { "Source": "./resource/sounds/sound_definitions.json", - "Destination": "../schema/resource/sounds/sound_definitions.json" + "Destination": "../resource/sounds/sound_definitions.json" }, { "Source": "./resource/sounds.json", - "Destination": "../schema/resource/sounds.json" + "Destination": "../resource/sounds.json" }, { "Source": "./resource/textures/terrain_texture.json", - "Destination": "../schema/resource/textures/terrain_texture.json" + "Destination": "../resource/textures/terrain_texture.json" }, { "Source": "./behaviour/animation_controllers/animation_controller.json", - "Destination": "../schema/behaviour/animation_controllers/animation_controller.json" + "Destination": "../behaviour/animation_controllers/animation_controller.json" }, { "Source": "./behaviour/animations/animations.json", - "Destination": "../schema/behaviour/animations/animations.json" + "Destination": "../behaviour/animations/animations.json" }, { "Source": "./behaviour/loot_tables/loot_tables.json", - "Destination": "../schema/behaviour/loot_tables/loot_tables.json" + "Destination": "../behaviour/loot_tables/loot_tables.json" }, { "Source": "./behaviour/blocks/blocks.json", - "Destination": "../schema/behaviour/blocks/blocks.json" + "Destination": "../behaviour/blocks/blocks.json" }, { "Source": "./behaviour/entities/entities.json", - "Destination": "../schema/behaviour/entities/entities.json" + "Destination": "../behaviour/entities/entities.json" }, { "Source": "./behaviour/items/items.json", - "Destination": "../schema/behaviour/items/items.json" + "Destination": "../behaviour/items/items.json" }, { "Source": "./behaviour/recipes/recipes.json", - "Destination": "../schema/behaviour/recipes/recipes.json" + "Destination": "../behaviour/recipes/recipes.json" }, { "Source": "./behaviour/spawn_rules/spawn_rules.json", - "Destination": "../schema/behaviour/spawn_rules/spawn_rules.json" + "Destination": "../behaviour/spawn_rules/spawn_rules.json" }, { "Source": "./behaviour/trading/trading.json", - "Destination": "../schema/behaviour/trading/trading.json" + "Destination": "../behaviour/trading/trading.json" } ] }