{"id":1948,"date":"2026-09-06T08:34:40","date_gmt":"2026-09-06T08:34:40","guid":{"rendered":"https:\/\/newsraise.com\/in\/2026\/09\/06\/minecraft-26-3-pre-release-1-number-provider-overhaul\/"},"modified":"2026-09-06T08:34:40","modified_gmt":"2026-09-06T08:34:40","slug":"minecraft-26-3-pre-release-1-number-provider-overhaul","status":"publish","type":"post","link":"https:\/\/newsraise.com\/in\/2026\/09\/06\/minecraft-26-3-pre-release-1-number-provider-overhaul\/","title":{"rendered":"Minecraft Java Edition 26.3 Pre-Release 1 Brings Number Provider Overhaul and Major Bug Fixes"},"content":{"rendered":"\n<!-- Quick Adsense WordPress Plugin: http:\/\/quickadsense.com\/ -->\n<div class=\"9fece8afa224fd09e54b043d0febfb58\" data-index=\"1\" style=\"float: none; margin:10px 0 10px 0; text-align:center;\">\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- NR ATF -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-8898941184964366\"\r\n     data-ad-slot=\"4839033563\"\r\n     data-ad-format=\"auto\"\r\n     data-full-width-responsive=\"true\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n<\/div>\n<p>Mojang has opened the pre\u2011release window for Minecraft Java Edition version 26.3, the upcoming Wilderness Drop. The initial pre\u2011release, labeled Pre\u2011Release 1, shifts development focus toward polishing the build, fixing bugs, and preparing the game for its final public launch in the coming weeks.<\/p>\n<h2>User Interface Adjustments for macOS<\/h2>\n<p>The update brings several macOS\u2011specific improvements. Exclusive Fullscreen mode, previously unavailable, is restored, allowing players on Apple computers to enjoy an uninterrupted view. A new setting named \u201cMenu\/Dock Visibility\u201d appears in the Video Settings menu; it lets users decide whether the macOS menu bar and Dock can be revealed by moving the cursor to the screen edge while the game runs in fullscreen. Additionally, when Exclusive Fullscreen is active, the cursor is now confined to the game window, preventing accidental clicks outside the play area.<\/p>\n<h2>Technical Overhaul of the Number Provider System<\/h2>\n<p>The headline technical change in this pre\u2011release is a comprehensive restructuring of the Number Provider system, which underpins many in\u2011game calculations. Previously, the <code>minecraft:number_provider<\/code> and <code>minecraft:number_provider_type<\/code> registries mixed integer and floating\u2011point calculations. Pre\u2011Release 1 splits these into distinct registries: <code>minecraft:context_int_provider<\/code> and <code>minecraft:context_int_provider_type<\/code> for integer math, and <code>minecraft:context_float_provider<\/code> and <code>minecraft:context_float_provider_type<\/code> for floating\u2011point math.<\/p>\n<p>Along with the registry split, a broad set of provider types now exist in integer\u2011specific and float\u2011specific variants. Existing providers such as <code>minecraft:constant<\/code>, <code>minecraft:uniform<\/code> and <code>minecraft:storage<\/code> have been duplicated to support both number types. Several arithmetic operators have been renamed for clarity: <code>minecraft:sum<\/code> becomes <code>minecraft:add<\/code>, <code>minecraft:product<\/code> changes to <code>minecraft:mul<\/code>, <code>minecraft:minimum<\/code> is now <code>minecraft:min<\/code>, and <code>minecraft:maximum<\/code> is now <code>minecraft:max<\/code>.<\/p>\n<p>New integer\u2011only providers include <code>minecraft:abs<\/code>, <code>minecraft:sub<\/code>, <code>minecraft:mod<\/code>, <code>minecraft:floor_mod<\/code>, <code>minecraft:div<\/code>, <code>minecraft:floor_div<\/code>, <code>minecraft:pow<\/code>, <code>minecraft:negate<\/code> and <code>minecraft:from_float<\/code>. For floating\u2011point calculations, the update adds <code>minecraft:ceil<\/code>, <code>minecraft:cos<\/code>, <code>minecraft:sin<\/code>, <code>minecraft:sqrt<\/code>, <code>minecraft:floor<\/code>, <code>minecraft:round<\/code>, <code>minecraft:truncate<\/code>, <code>minecraft:length<\/code> and <code>minecraft:from_int<\/code>. These additions give map makers and datapack creators finer control over numeric operations and improve precision handling, especially after a noted issue where number providers lost precision when reading initial integer values.<\/p>\n<h2>Gameplay and Content Tweaks<\/h2>\n<p>Beyond the core technical changes, the pre\u2011release introduces several content\u2011related adjustments. All cooking recipes now require an explicit <code>cookingtime<\/code> field; custom Smoker and Blast Furnace recipes must be updated accordingly. Block State Providers have been refactored to be standalone registry entries, accessible via namespaced strings. For consistency, provider names were streamlined: <code>minecraft:simple_state_provider<\/code> is now <code>minecraft:simple<\/code>, and <code>minecraft:weighted_state_provider<\/code> becomes <code>minecraft:weighted<\/code>.<\/p>\n<p>The patch also addresses a range of bugs that affected both performance and player experience. Notable fixes include correcting the fuel consumption rate in Blast Furnaces and Smokers, which previously smelted twice the intended number of items. Endermen can no longer teleport onto water\u2011logged blocks, and arrows no longer bounce off Endermen when they teleport. Drowned mobs have been adjusted so that those wielding spears cannot execute both jab and charge attacks simultaneously, and their swimming animation now displays correctly.<\/p>\n<p>Additional fixes resolve issues with Ender pearls landing inaccurately at high velocities, Dappled Forests playing the wrong music (they now use Forest music instead of Flower Forest music), and copper veins generating stone variants on the deepslate layer. The world generation system also sees corrections: deepslate iron ore and tuff veins no longer appear above Y=0, and abandoned camps placed on biome edges no longer generate Explorer Maps that lead back to the same location.<\/p>\n<p>Map\u2011related bugs have been tackled as well. Empty buried treasure maps from earlier versions now display correctly instead of showing a placeholder identifier. The World Options screen is now centered, and enabling commands followed by editing game rules no longer triggers an infinite loading loop. Finally, locking a world\u2019s difficulty now immediately disables the difficulty button, aligning UI behavior with player expectations.<\/p>\n<p>Overall, Pre\u2011Release 1 for Minecraft Java Edition 26.3 provides a solid foundation for the upcoming Wilderness Drop. By separating integer and float number providers, refining UI elements on macOS, enforcing explicit cooking times, and addressing a broad spectrum of bugs, Mojang signals that the final release will be more stable and feature\u2011rich. Players interested in testing these changes can download the pre\u2011release now and experience the improvements ahead of the official launch.<\/p>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Mojang&#8217;s first pre\u2011release for the 26.3 Wilderness Drop restructures the Number Provider system, adds macOS UI tweaks and resolves dozens of bugs before the full launch.<\/p>\n","protected":false},"author":4,"featured_media":1949,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[299],"tags":[1998,1995,1994,1999,1996,1997],"class_list":["post-1948","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-bug-fixes","tag-java-edition","tag-minecraft","tag-number-provider","tag-pre-release","tag-update","entry"],"_links":{"self":[{"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/posts\/1948","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/comments?post=1948"}],"version-history":[{"count":0,"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/posts\/1948\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/media\/1949"}],"wp:attachment":[{"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/media?parent=1948"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/categories?post=1948"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/newsraise.com\/in\/wp-json\/wp\/v2\/tags?post=1948"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}