Comparing Minecraft Bedrock version 1.20.1.2 against version 1.20.0.1

Comparing Minecraft 1.20.1.2 against Minecraft 1.20.0.1 (the previous major release version)

*Note: The data below ignores files located within the Chemistry, Education, Education Demo, Font, Persona, Vanilla Trial, Vanilla VR and Preview directories as these are not affecting of the vanilla game.

Data Folders

Version 1.20.1.2 has a total of 13,955 files within the data folders
Version 1.20.0.1 has a total of 13,955 files within the data folders
Both versions have the same number of files in the data folders.

File Changes

There are no new files in the data folders.
No files have been removed from the data folders.
49 files have changed inside the data folders.

Which files have been added/removed and changed?



    • behavior_packs/vanilla_1.20.0/entities/boat.json
    • behavior_packs/vanilla_1.20.0/entities/chest_boat.json
    • gui/dist/hbui/LASTCOMMITDATETIME
    • renderer/materials/Actor.material.bin
    • renderer/materials/ActorBanner.material.bin
    • renderer/materials/ActorBannerForwardPBR.material.bin
    • renderer/materials/ActorBannerPrepass.material.bin
    • renderer/materials/ActorBase.material.bin
    • renderer/materials/ActorForwardPBR.material.bin
    • renderer/materials/ActorGlint.material.bin
    • renderer/materials/ActorGlintForwardPBR.material.bin
    • renderer/materials/ActorGlintPrepass.material.bin
    • renderer/materials/ActorMultiTexture.material.bin
    • renderer/materials/ActorMultiTextureForwardPBR.material.bin
    • renderer/materials/ActorMultiTexturePrepass.material.bin
    • renderer/materials/ActorPattern.material.bin
    • renderer/materials/ActorPatternGlint.material.bin
    • renderer/materials/ActorPrepass.material.bin
    • renderer/materials/ActorTint.material.bin
    • renderer/materials/ActorTintForwardPBR.material.bin
    • renderer/materials/ActorTintPrepass.material.bin
    • renderer/materials/Basic.material.bin
    • renderer/materials/BeaconBeam.material.bin
    • renderer/materials/BlockSelectionOverlay.material.bin
    • renderer/materials/Clouds.material.bin
    • renderer/materials/EndPortal.material.bin
    • renderer/materials/Entity.material.bin
    • renderer/materials/ItemInHandColor.material.bin
    • renderer/materials/ItemInHandColorGlint.material.bin
    • renderer/materials/ItemInHandForwardPBR.material.bin
    • renderer/materials/ItemInHandForwardPBRGlint.material.bin
    • renderer/materials/ItemInHandForwardPBRTextured.material.bin
    • renderer/materials/ItemInHandPrepass.material.bin
    • renderer/materials/ItemInHandPrepassGlint.material.bin
    • renderer/materials/ItemInHandPrepassTextured.material.bin
    • renderer/materials/ItemInHandTextured.material.bin
    • renderer/materials/materials.index.json
    • renderer/materials/MeshFallbackPosUVNormalColor.material.bin
    • renderer/materials/MinecraftColor.material.bin
    • renderer/materials/RenderChunk.material.bin
    • renderer/materials/RenderChunkForwardPBR.material.bin
    • renderer/materials/RenderChunkPrepass.material.bin
    • renderer/materials/RTXStub.material.bin
    • renderer/materials/Sky.material.bin
    • renderer/materials/StandardRed.material.bin
    • renderer/materials/UIText.material.bin
    • renderer/materials/Weather.material.bin
    • resource_packs/vanilla/ui/gathering_info_screen.json
    • resource_packs/vanilla/ui/start_screen.json

Comparison Deep Dive

A list of all of the changes to the existing vanilla behavior pack and resource pack files between versions...

Note: This does not include new files or entries that have been added between versions. It just compares entries that exist between each version.


      • New Value:
        "minecraft:rideable": {
            "seat_count": 2,
            "passenger_max_width": 1.375,
            "interact_text": "action.interact.ride.boat",
            "pull_in_entities": true,
            "seats": [
                {
                 "position": [
                    0,
                    -0.2,
                    0
                 ],
                 "min_rider_count": 0,
                 "max_rider_count": 1,
                 "rotate_rider_by": -90,
                 "lock_rider_rotation": 90
                },
                {
                 "position": [
                    0.2,
                    -0.2,
                    0
                 ],
                 "min_rider_count": 2,
                 "max_rider_count": 2,
                 "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
                 "lock_rider_rotation": 90
                },
                {
                 "position": [
                    -0.6,
                    -0.2,
                    0
                 ],
                 "min_rider_count": 2,
                 "max_rider_count": 2,
                 "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
                 "lock_rider_rotation": 90
                }
            ]
        }
      • New Value:
        "minecraft:rideable": {
            "seat_count": 1,
            "passenger_max_width": 1.375,
            "interact_text": "action.interact.ride.boat",
            "pull_in_entities": true,
            "seats": [
                {
                 "position": [
                    0.2,
                    -0.2,
                    0
                 ],
                 "min_rider_count": 0,
                 "max_rider_count": 1,
                 "rotate_rider_by": "query.has_any_family('blaze', 'creeper', 'enderman', 'illager', 'magmacube', 'piglin', 'player', 'skeleton', 'slime', 'villager', 'wandering_trader', 'witch', 'zombie', 'zombie_pigman') ? -90 : 0",
                 "lock_rider_rotation": 90
                }
            ]
        }


      • New Value:
        "left_panel": {
            "type": "panel",
            "size": [
                "40%",
                "100% - 22px"
            ],
            "offset": [
                0,
                22
            ],
            "anchor_to": "top_left",
            "anchor_from": "top_left",
            "controls": [
                {
                 "stack": {
                    "type": "stack_panel",
                    "orientation": "vertical",
                    "size": [
                        "100% - 18px",
                        "100%"
                    ],
                    "controls": [
                        {
                         "event_image": {
                            "type": "image",
                            "size": [
                                "100%",
                                "77%x"
                            ],
                            "max_size": [
                                "100%",
                                "100% - 119px"
                            ],
                            "bindings": [
                                {
                                 "binding_name": "#event_image",
                                 "binding_name_override": "#texture"
                                }
                            ]
                         }
                        },
                        {
                         "pad_2@common.empty_panel": {
                            "size": [
                                "100%",
                                8
                            ]
                         }
                        },
                        {
                         "button_and_caption": {
                            "type": "panel",
                            "size": [
                                "100%",
                                28
                            ],
                            "controls": [
                                {
                                 "caption@start.gathering_caption": {
                                    "size": [
                                        100,
                                        "default"
                                    ],
                                    "anchor_to": "bottom_left",
                                    "anchor_from": "bottom_left",
                                    "offset": [
                                        8,
                                        -20
                                    ],
                                    "layer": 20
                                 }
                                },
                                {
                                 "action_button@common_buttons.light_text_button": {
                                    "size": [
                                        "100%",
                                        28
                                    ],
                                    "$pressed_button_name": "button.action",
                                    "$button_text": "#action_button_text",
                                    "$button_text_binding_type": "global",
                                    "bindings": [
                                        {
                                         "binding_name": "#action_button_enabled",
                                         "binding_name_override": "#enabled"
                                        }
                                    ]
                                 }
                                }
                            ]
                         }
                        },
                        {
                         "pad_3@common.empty_panel": {
                            "size": [
                                "100%",
                                4
                            ]
                         }
                        },
                        {
                         "info_button@common_buttons.light_text_button": {
                            "size": [
                                "100%",
                                28
                            ],
                            "$pressed_button_name": "button.info",
                            "$button_text": "#info_button_text",
                            "$button_text_binding_type": "global"
                         }
                        },
                        {
                         "pad_4@common.empty_panel": {
                            "size": [
                                "100%",
                                10
                            ]
                         }
                        },
                        {
                         "gamepad_helper_panel": {
                            "type": "panel",
                            "size": [
                                "100%",
                                26
                            ],
                            "controls": [
                                {
                                 "gamepad_helpers@gathering_info.gamepad_helpers": []
                                }
                            ]
                         }
                        },
                        {
                         "pad_fill@common.empty_panel": {
                            "size": [
                                "100%",
                                "fill"
                            ]
                         }
                        },
                        {
                         "gathering_id_label": {
                            "type": "label",
                            "text": "#gathering_id_label",
                            "size": [
                                "100%",
                                "20px"
                            ],
                            "color": "$alert_label_background_color",
                            "text_alignment": "center",
                            "bindings": [
                                {
                                 "binding_name": "#gathering_id_label",
                                 "binding_condition": "once"
                                }
                            ]
                         }
                        },
                        {
                         "pad_5@common.empty_panel": {
                            "size": [
                                "100%",
                                "5px"
                            ]
                         }
                        }
                    ]
                 }
                }
            ]
        }
        Previous Value:
        "left_panel": {
            "type": "panel",
            "size": [
                "40%",
                "100% - 22px"
            ],
            "offset": [
                0,
                22
            ],
            "anchor_to": "top_left",
            "anchor_from": "top_left",
            "controls": [
                {
                 "stack": {
                    "type": "stack_panel",
                    "orientation": "vertical",
                    "size": [
                        "100% - 18px",
                        "100%"
                    ],
                    "controls": [
                        {
                         "event_image": {
                            "type": "image",
                            "size": [
                                "100%",
                                "77%x"
                            ],
                            "max_size": [
                                "100%",
                                "100% - 119px"
                            ],
                            "bindings": [
                                {
                                 "binding_name": "#event_image",
                                 "binding_name_override": "#texture"
                                }
                            ]
                         }
                        },
                        {
                         "pad_2@common.empty_panel": {
                            "size": [
                                "100%",
                                8
                            ]
                         }
                        },
                        {
                         "button_and_caption": {
                            "type": "panel",
                            "size": [
                                "100%",
                                28
                            ],
                            "controls": [
                                {
                                 "caption@start.gathering_caption": {
                                    "anchor_to": "top_left",
                                    "anchor_from": "top_left",
                                    "offset": [
                                        8,
                                        -17
                                    ],
                                    "layer": 20
                                 }
                                },
                                {
                                 "action_button@common_buttons.light_text_button": {
                                    "size": [
                                        "100%",
                                        28
                                    ],
                                    "$pressed_button_name": "button.action",
                                    "$button_text": "#action_button_text",
                                    "$button_text_binding_type": "global",
                                    "bindings": [
                                        {
                                         "binding_name": "#action_button_enabled",
                                         "binding_name_override": "#enabled"
                                        }
                                    ]
                                 }
                                }
                            ]
                         }
                        },
                        {
                         "pad_3@common.empty_panel": {
                            "size": [
                                "100%",
                                4
                            ]
                         }
                        },
                        {
                         "info_button@common_buttons.light_text_button": {
                            "size": [
                                "100%",
                                28
                            ],
                            "$pressed_button_name": "button.info",
                            "$button_text": "#info_button_text",
                            "$button_text_binding_type": "global"
                         }
                        },
                        {
                         "pad_4@common.empty_panel": {
                            "size": [
                                "100%",
                                10
                            ]
                         }
                        },
                        {
                         "gamepad_helper_panel": {
                            "type": "panel",
                            "size": [
                                "100%",
                                26
                            ],
                            "controls": [
                                {
                                 "gamepad_helpers@gathering_info.gamepad_helpers": []
                                }
                            ]
                         }
                        },
                        {
                         "pad_fill@common.empty_panel": {
                            "size": [
                                "100%",
                                "fill"
                            ]
                         }
                        },
                        {
                         "gathering_id_label": {
                            "type": "label",
                            "text": "#gathering_id_label",
                            "size": [
                                "100%",
                                "20px"
                            ],
                            "color": "$alert_label_background_color",
                            "text_alignment": "center",
                            "bindings": [
                                {
                                 "binding_name": "#gathering_id_label",
                                 "binding_condition": "once"
                                }
                            ]
                         }
                        },
                        {
                         "pad_5@common.empty_panel": {
                            "size": [
                                "100%",
                                "5px"
                            ]
                         }
                        }
                    ]
                 }
                }
            ]
        }
      • New Value:
        "countdown_text": {
            "type": "label",
            "text": "#text",
            "font_scale_factor": 0.9,
            "offset": [
                0,
                -2
            ],
            "size": [
                88,
                "default"
            ],
            "text_alignment": "center",
            "layer": 10,
            "color": "$gathering_caption_foreground_color",
            "bindings": [
                {
                 "binding_name": "#gathering_countdown_text",
                 "binding_name_override": "#text",
                 "binding_condition": "always_when_visible"
                },
                {
                 "binding_name": "#gathering_caption_foreground_color",
                 "binding_name_override": "#color"
                }
            ]
        }
        Previous Value:
        "countdown_text": {
            "type": "label",
            "text": "#text",
            "font_scale_factor": 0.9,
            "offset": [
                0,
                -2
            ],
            "size": [
                100,
                "default"
            ],
            "text_alignment": "center",
            "layer": 10,
            "color": "$gathering_caption_foreground_color",
            "bindings": [
                {
                 "binding_name": "#gathering_countdown_text",
                 "binding_name_override": "#text",
                 "binding_condition": "always_when_visible"
                },
                {
                 "binding_name": "#gathering_caption_foreground_color",
                 "binding_name_override": "#color"
                }
            ]
        }
      • Previous Value:
        "gathering_button@common_buttons.light_text_button": {
            "anchor_to": "bottom_left",
            "anchor_from": "bottom_left",
            "$pressed_button_name": "button.gathering",
            "$button_text": "#gathering_button_text",
            "$button_text_binding_type": "global",
            "$button_text_size": [
                "100%",
                "100%"
            ],
            "$focus_override_right": "play_button",
            "size": [
                80,
                25
            ],
            "bindings": [
                {
                 "binding_name": "#gathering_button_enabled",
                 "binding_name_override": "#enabled"
                }
            ]
        }
      • New Value:
        "gathering_button@common_buttons.light_text_form_fitting_button": {
            "size": [
                "100%c",
                25
            ],
            "$pressed_button_name": "button.gathering",
            "$button_state_panel": "common_buttons.new_ui_width_fitting_button_panel",
            "$button_text_max_size": [
                105,
                25
            ],
            "$button_text": "#gathering_button_text",
            "$button_text_binding_type": "global",
            "$focus_override_right": "play_button",
            "bindings": [
                {
                 "binding_name": "#gathering_button_enabled",
                 "binding_name_override": "#enabled"
                }
            ]
        }