# Minecraft: Java Edition 26.3-pre-1 — Minecraft 26.3 Pre-Release 1 - Product: Minecraft: Java Edition (https://whatsnew.fyi/product/minecraft-java) - Vendor: Mojang Studios - Date: 2026-09-01 - Version: 26.3-pre-1 - Original notes: https://www.minecraft.net/en-us/updates - Permalink: https://whatsnew.fyi/product/minecraft-java/releases/26.3-pre-1 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- The first pre-release for 26.3 is here! There are technical changes, but we are now mainly fixing bugs, making improvements and putting on the final touches ahead of release.Happy mining!ChangesUIOn macOS, Exclusive Fullscreen is now available againOn macO - **added** — On macOS, Exclusive Fullscreen is now available again - **added** — On macOS, added a Menu/Dock Visibility option in Video Settings to control whether the macOS Menu bar and Dock can be revealed by moving the mouse to the edge of the screen while in fullscreen - **changed** — The cursor is now confined to the window while Exclusive Fullscreen is active - **changed** — The Data Pack version is now 119.0 - **changed** — The Resource Pack version is now 97.1 - **changed** — The minecraft:number_provider and minecraft:number_provider_type registries have been split into separate registries for integer calculations (minecraft:context_int_provider, minecraft:context_int_provider_type) and float calculations (minecraft:context_float_provider, minecraft:context_float_provider_type) - **added** — Added the minecraft:context_int_provider registry for integer number providers - **added** — Added minecraft:abs number provider type that returns the absolute value of input - **added** — Added minecraft:avg number provider type that evaluates multiple integer providers and returns arithmetic mean of results - **added** — Added minecraft:binomial number provider type that makes n random coin flips with probability p and returns number of successes - **added** — Added minecraft:conditional number provider type that returns a value based on whether a condition is fulfilled - **added** — Added minecraft:constant number provider type that returns a constant value - **added** — Added minecraft:sub number provider type that returns left minus right - **changed** — Number provider types minecraft:sum, minecraft:product, minecraft:minimum, minecraft:maximum, and minecraft:average have been renamed to minecraft:add, minecraft:mul, minecraft:min, minecraft:max, and minecraft:avg respectively - **removed** — Removed minecraft:cooking/normal_burn_time_multiplier and minecraft:cooking/fast_burn_time_multiplier number providers The first pre-release for 26.3 is here! There are technical changes, but we are now mainly fixing bugs, making improvements and putting on the final touches ahead of release. Happy mining! ##### Changes ##### UI - On macOS, Exclusive Fullscreen is now available again - On macOS, added a "Menu/Dock Visibility" option in Video Settings, which controls whether the macOS Menu bar and Dock can be revealed by moving the mouse to the edge of the screen while in fullscreen - The cursor is now confined to the window while Exclusive Fullscreen is active ##### Technical Changes - The Data Pack version is now 119.0 - The Resource Pack version is now 97.1 ##### Data Pack Version 119.0 - The minecraft:number_provider and minecraft:number_provider_type registries have been split into separate registries for integer calculations ( minecraft:context_int_provider , minecraft:context_int_provider_type ) and float calculations ( minecraft:context_float_provider , minecraft:context_float_provider_type ) ##### Number Providers Number provider types and values have been split into two separate registries: minecraft:context_int_provider and minecraft:context_float_provider to avoid accidental loss of precision and range due to mixing of float and integer operations Note: those new types should not be confused with already existing minecraft:int_provider_type and minecraft:float_provider_type , which are context-free providers, used mostly for world generation Following number provider types have been split into integer and float variants: - minecraft:constant - minecraft:uniform - minecraft:storage - minecraft:sum (renamed to minecraft:add ) - minecraft:product (renamed to minecraft:mul ) - minecraft:minimum (renamed to minecraft:min ) - minecraft:maximum (renamed to minecraft:max ) - minecraft:average (renamed to minecraft:avg ) - minecraft:weighted_list - minecraft:conditional - minecraft:number_dispatcher - minecraft:environment_attribute Following number providers types are now only available in integer variant: - minecraft:binomial - minecraft:score Following number providers types are now only available in float variant: - minecraft:enchantment_level Following vanilla number providers have been migrated to minecraft:context_int_provider registry: - minecraft:compostable/low - minecraft:compostable/low_medium - minecraft:compostable/medium - minecraft:compostable/medium_high - minecraft:compostable/always_add_one - minecraft:cooking/time_bamboo - minecraft:cooking/time_wool_slabs - minecraft:cooking/time_wool_carpets - minecraft:cooking/time_dry_plants - minecraft:cooking/time_wood_items_extra_small - minecraft:cooking/time_wool - minecraft:cooking/time_wood_slabs - minecraft:cooking/time_wood_items_large - minecraft:cooking/time_wood_items_small - minecraft:cooking/time_roots - minecraft:cooking/time_wood_blocks - minecraft:cooking/time_hanging_signs - minecraft:cooking/time_boats - minecraft:cooking/time_coal - minecraft:cooking/time_blaze_rod - minecraft:cooking/time_dried_kelp_block - minecraft:cooking/time_coal_block - minecraft:cooking/time_lava_bucket - minecraft:brewing/uses_default Following vanilla number providers have been migrated to minecraft:context_float_provider registry: - minecraft:cooking/speed_default - minecraft:cooking/normal_speed_multiplier - minecraft:cooking/fast_speed_multiplier - minecraft:brewing/speed_default Following vanilla number providers have been removed: - minecraft:cooking/normal_burn_time_multiplier (replaced by minecraft:cooking/normal_burn_time_reduction_factor ) - minecraft:cooking/fast_burn_time_multiplier (replaced by minecraft:cooking/fast_burn_time_reduction_factor ) ##### Integer Number Providers - Added the minecraft:context_int_provider registry - All calculations are performed using 32-bit integers - Result of calculations that provide invalid values (like division by zero) is undefined - Format: - type - a namespaced ID fro _[Truncated at 4000 characters — full notes: https://www.minecraft.net/en-us/updates]_