From 78eb32f568ad008f833e7a5f48be311129734230 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:37:54 +0100 Subject: [PATCH] [create-pull-request] automated change (#205) Co-authored-by: DaanV2 <2393905+DaanV2@users.noreply.github.com> --- src/Lib/Edu/ResourcePack/textures.ts | 25 ---------------- src/Lib/General/entities.ts | 8 ----- .../ResourcePack/animation_controllers.ts | 8 ----- src/Lib/Vanilla/ResourcePack/animations.ts | 29 ------------------- src/Lib/Vanilla/ResourcePack/materials.ts | 29 ------------------- .../ResourcePack/render_controllers.ts | 1 - src/Lib/Vanilla/ResourcePack/textures.ts | 3 -- 7 files changed, 103 deletions(-) diff --git a/src/Lib/Edu/ResourcePack/textures.ts b/src/Lib/Edu/ResourcePack/textures.ts index 6c55fb2..a35d6d9 100644 --- a/src/Lib/Edu/ResourcePack/textures.ts +++ b/src/Lib/Edu/ResourcePack/textures.ts @@ -13,11 +13,6 @@ export const Textures: string[] = "textures/ui/button_select_corner", "textures/ui/close_code_default", "textures/ui/close_code_hover", - "textures/ui/cloud_critical", - "textures/ui/cloud_placeholder", - "textures/ui/cloud_state_bevel", - "textures/ui/cloud_synced", - "textures/ui/cloud_warning", "textures/ui/code_azure_notebooks_default", "textures/ui/code_makecode_default", "textures/ui/code_reset_default", @@ -28,15 +23,7 @@ export const Textures: string[] = "textures/ui/edu_borderless_button_normal_dark", "textures/ui/edu_borderless_button_pressed", "textures/ui/edu_green_tile", - "textures/ui/edu_no_templates_background", - "textures/ui/edu_templates_button", - "textures/ui/edu_templates_empty", - "textures/ui/edu_worlds_search_bar", - "textures/ui/EduCloudPlaceholderDimmer", - "textures/ui/EduCloudPlaceholderImage", "textures/ui/eduicon", - "textures/ui/feedback", - "textures/ui/feedback_hover", "textures/ui/hamburger_icon_default", "textures/ui/hamburger_icon_hover", "textures/ui/home_default", @@ -45,12 +32,10 @@ export const Textures: string[] = "textures/ui/icon_biome", "textures/ui/icon_chalkboard", "textures/ui/icon_digital_citizenship", - "textures/ui/icon_external_link", "textures/ui/icon_history", "textures/ui/icon_open_book", "textures/ui/icon_pages", "textures/ui/icon_sel", - "textures/ui/icon_star", "textures/ui/joincode_button_background", "textures/ui/left_split_panel_default", "textures/ui/left_split_panel_hover", @@ -65,18 +50,9 @@ export const Textures: string[] = "textures/ui/maximize_arrow_default", "textures/ui/maximize_arrow_hover", "textures/ui/newspaper", - "textures/ui/onedrive_pixel_logo", - "textures/ui/onedrive_pixel_logo_stroke", "textures/ui/portfolio_convertpicture_default", "textures/ui/portfolio_convertpicture_hover", "textures/ui/portfolio_convertpicture_pressed", - "textures/ui/portfolio_pageleft_default", - "textures/ui/portfolio_pageleft_hover", - "textures/ui/portfolio_pageleft_pressed", - "textures/ui/portfolio_pageright_default", - "textures/ui/portfolio_pageright_hover", - "textures/ui/portfolio_pageright_pressed", - "textures/ui/profile_bg", "textures/ui/refresh_flat", "textures/ui/refresh_flat_hover", "textures/ui/restore_arrow_default", @@ -86,7 +62,6 @@ export const Textures: string[] = "textures/ui/signin_demo_header", "textures/ui/signin_full_header", "textures/ui/title_edu", - "textures/ui/title_edu_preview", "textures/ui/view_library_background", "textures/ui/view_worlds_background" ] \ No newline at end of file diff --git a/src/Lib/General/entities.ts b/src/Lib/General/entities.ts index b979c4b..7a9cfea 100644 --- a/src/Lib/General/entities.ts +++ b/src/Lib/General/entities.ts @@ -66,7 +66,6 @@ export const EntityData: GeneralEntity = "lightweight", "llama", "magmacube", - "mason", "minecart", "mob", "monster", @@ -264,7 +263,6 @@ export const EntityData: GeneralEntity = "minecraft:camel_saddled", "minecraft:camel_unsaddled", "minecraft:cat_gifted_owner", - "minecraft:clear_add_bad_omen", "minecraft:clear_add_raid_omen", "minecraft:command_block_activate", "minecraft:command_block_deactivate", @@ -277,7 +275,6 @@ export const EntityData: GeneralEntity = "minecraft:defend_wandering_trader", "minecraft:donkey_saddled", "minecraft:donkey_unsaddled", - "minecraft:dried_out", "minecraft:emerged", "minecraft:end_roar", "minecraft:entered_bubble_column_down", @@ -303,7 +300,6 @@ export const EntityData: GeneralEntity = "minecraft:from_player", "minecraft:from_village", "minecraft:from_wandering_trader", - "minecraft:gain_bad_omen", "minecraft:gain_raid_omen", "minecraft:go_lay_egg", "minecraft:has_target", @@ -329,8 +325,6 @@ export const EntityData: GeneralEntity = "minecraft:melee_mode", "minecraft:mule_saddled", "minecraft:mule_unsaddled", - "minecraft:navigation_off_land", - "minecraft:navigation_on_land", "minecraft:no_threat_detected", "minecraft:on_anger", "minecraft:on_calm", @@ -422,7 +416,6 @@ export const EntityData: GeneralEntity = "minecraft:start_celebrating", "minecraft:start_death", "minecraft:start_despawn", - "minecraft:start_dryingout", "minecraft:start_exploding", "minecraft:start_exploding_forced", "minecraft:start_fly", @@ -439,7 +432,6 @@ export const EntityData: GeneralEntity = "minecraft:start_unrolling", "minecraft:stop_aggro", "minecraft:stop_celebrating", - "minecraft:stop_dryingout", "minecraft:stop_exploding", "minecraft:stop_johnny", "minecraft:stop_peeking", diff --git a/src/Lib/Vanilla/ResourcePack/animation_controllers.ts b/src/Lib/Vanilla/ResourcePack/animation_controllers.ts index 816e854..cf579a1 100644 --- a/src/Lib/Vanilla/ResourcePack/animation_controllers.ts +++ b/src/Lib/Vanilla/ResourcePack/animation_controllers.ts @@ -1298,14 +1298,6 @@ export const AnimationControllers: AnimationController[] = "particles": [], "sounds": [] }, - { - "id": "controller.animation.vex.move", - "animations": [ - "vex_move" - ], - "particles": [], - "sounds": [] - }, { "id": "controller.animation.villager_v2.baby", "animations": [ diff --git a/src/Lib/Vanilla/ResourcePack/animations.ts b/src/Lib/Vanilla/ResourcePack/animations.ts index 7656122..ec29bca 100644 --- a/src/Lib/Vanilla/ResourcePack/animations.ts +++ b/src/Lib/Vanilla/ResourcePack/animations.ts @@ -4286,14 +4286,6 @@ export const Animations: Animation[] = "particles": [], "sounds": [] }, - { - "id": "animation.shield.wield_first_person_blocking", - "bones": [ - "shield" - ], - "particles": [], - "sounds": [] - }, { "id": "animation.shield.wield_main_hand_first_person", "bones": [ @@ -4781,16 +4773,6 @@ export const Animations: Animation[] = "particles": [], "sounds": [] }, - { - "id": "animation.vex.attack.rotations.v1.0", - "bones": [ - "body", - "leftarm", - "rightarm" - ], - "particles": [], - "sounds": [] - }, { "id": "animation.vex.charge", "bones": [ @@ -4813,17 +4795,6 @@ export const Animations: Animation[] = "particles": [], "sounds": [] }, - { - "id": "animation.vex.move", - "bones": [ - "leftwing", - "leg0", - "rightarm", - "rightwing" - ], - "particles": [], - "sounds": [] - }, { "id": "animation.villager.baby_transform", "bones": [ diff --git a/src/Lib/Vanilla/ResourcePack/materials.ts b/src/Lib/Vanilla/ResourcePack/materials.ts index 3cfac85..2c33f75 100644 --- a/src/Lib/Vanilla/ResourcePack/materials.ts +++ b/src/Lib/Vanilla/ResourcePack/materials.ts @@ -3,11 +3,9 @@ export const Materials: string[] = [ "agent", - "allay", "alpha_block", "alpha_block_color", "animated_texture_blit", - "armadillo", "armor", "armor_enchanted", "armor_leather", @@ -20,7 +18,6 @@ export const Materials: string[] = "banner", "banner_pole", "bat", - "bat_v2", "beacon_beam", "beacon_beam_transparent", "bed", @@ -31,20 +28,12 @@ export const Materials: string[] = "block_overlay", "blue_spores", "boat", - "bogged", - "bogged_clothes", - "breeze", - "breeze_eyes", - "breeze_wind", - "breeze_wind_charge", - "camel", "camera", "camera_facing_sprite", "cat", "chalkboard", "charged_creeper", "chest", - "chest_boat", "chicken", "chicken_legs", "clouds", @@ -56,8 +45,6 @@ export const Materials: string[] = "cracks_overlay", "cracks_overlay_alpha_test", "cracks_overlay_tile_entity", - "creaking", - "creaking_eyes", "creeper", "debug", "debug_array_texture", @@ -116,7 +103,6 @@ export const Materials: string[] = "fireworks_rocket", "fishing_hook", "fox", - "frog", "fullscreen_cube_overlay", "fullscreen_cube_overlay_blend", "fullscreen_cube_overlay_opaque", @@ -150,7 +136,6 @@ export const Materials: string[] = "item_in_hand", "item_in_hand_entity_alphatest", "item_in_hand_entity_alphatest_color", - "item_in_hand_entity_alphatest_one_sided_color", "item_in_hand_glint", "item_in_hand_multicolor_tint", "leash_knot", @@ -176,9 +161,7 @@ export const Materials: string[] = "moving_block_double_side", "moving_block_seasons", "name_tag", - "name_tag_alpha_tested", "name_tag_depth_tested", - "name_tag_text", "name_text_depth_tested", "npc", "ocelot", @@ -190,7 +173,6 @@ export const Materials: string[] = "overlay_quad_clear", "panda", "parrot", - "particles_add", "particles_alpha", "particles_base", "particles_blend", @@ -198,8 +180,6 @@ export const Materials: string[] = "particles_opaque", "particles_random_test", "passthru_postprocess", - "pattern", - "pattern_glint", "phantom", "phantom_invisible", "pig", @@ -211,7 +191,6 @@ export const Materials: string[] = "player", "player_alphatest", "player_animated", - "player_spectator", "polar_bear", "portal_base", "precipitation", @@ -250,7 +229,6 @@ export const Materials: string[] = "skeleton", "slime", "slime_outer", - "sniffer", "snow", "snow_golem", "snow_golem_pumpkin", @@ -312,7 +290,6 @@ export const Materials: string[] = "stray", "stray_clothes", "strider", - "tadpole", "terrain_alpha", "terrain_alpha_seasons", "terrain_alpha_single_side", @@ -327,7 +304,6 @@ export const Materials: string[] = "terrain_opaque_seasons", "terrain_seasons_far", "terrain_seasons_far_alpha", - "trial_spawner", "trident", "trident_glint", "trident_riptide", @@ -335,8 +311,6 @@ export const Materials: string[] = "turtle", "ui_banner", "ui_banner_pole", - "ui_banner_shield", - "ui_banner_shield_glint", "ui_base", "ui_conduit", "ui_crosshair", @@ -376,8 +350,6 @@ export const Materials: string[] = "villager_v2_masked", "vindicator", "wandering_trader", - "warden", - "warden_bioluminescent_layer", "water_hole", "white_ash", "windowsmr_holo_hand", @@ -387,7 +359,6 @@ export const Materials: string[] = "wither_boss_armor", "wither_skull", "wolf", - "wolf_armor", "xp_bottle", "zoglin", "zombie", diff --git a/src/Lib/Vanilla/ResourcePack/render_controllers.ts b/src/Lib/Vanilla/ResourcePack/render_controllers.ts index 47c4692..13a832e 100644 --- a/src/Lib/Vanilla/ResourcePack/render_controllers.ts +++ b/src/Lib/Vanilla/ResourcePack/render_controllers.ts @@ -59,7 +59,6 @@ export const RenderControllers: string[] = "controller.render.horse.v1.and.v2", "controller.render.horse.v3", "controller.render.husk", - "controller.render.iron_golem", "controller.render.iron_golem_cracks", "controller.render.item_default", "controller.render.item_sprite", diff --git a/src/Lib/Vanilla/ResourcePack/textures.ts b/src/Lib/Vanilla/ResourcePack/textures.ts index 2456191..1f5c29f 100644 --- a/src/Lib/Vanilla/ResourcePack/textures.ts +++ b/src/Lib/Vanilla/ResourcePack/textures.ts @@ -1985,9 +1985,6 @@ export const Textures: string[] = "textures/gui/spritesheet2", "textures/gui/touchgui", "textures/gui/touchgui2", - "textures/item/chalkboard/chalkboard_large", - "textures/item/chalkboard/chalkboard_medium", - "textures/item/chalkboard/chalkboard_small", "textures/items/acacia_chest_boat", "textures/items/acacia_hanging_sign", "textures/items/amethyst_shard",