Minecraft Java 26.3 Snapshot 4: SDL3, Custom Fuels और Spectator Portals
क्या-क्या बदला
Mojang ने Java Edition 26.3 Snapshot 4 एक गुरुवार को release किया, हाँ, गुरुवार को, क्योंकि Sweden में गर्मियों की छुट्टियों की वजह से usual मंगलवार का schedule भी छुट्टी पर चला जाता है। इस calendar quirk के बावजूद, यह हाल के समय के सबसे भरे-पूरे snapshots में से एक है।
- नया windowing backend: Game अब window management, mouse और keyboard input, और platform integration के लिए GLFW की जगह SDL3 use करता है। यह इस snapshot का सबसे बड़ा under-the-hood बदलाव है।
- Custom furnace fuels: नया minecraft:cooking_fuel data component किसी भी item को Furnace, Smoker, और Blast Furnace के लिए valid fuel बना सकता है, साथ ही burn time और smelting speed multiplier भी set कर सकते हैं। इसी तरह minecraft:brewing_fuel component Brewing Stand के लिए काम करता है (पुराने item tag system की जगह)।
- Spectator portal travel: Spectator mode में players अब portals से teleport कर सकते हैं, पहले वे सीधे portal के आर-पार उड़ जाते थे।
- Sign text components: Signs में अब minecraft:sign_text_front और minecraft:sign_text_back data components हैं, जिनका content item tooltips में दिखता है। Signs अब custom text में click events automatically execute नहीं करते, जिससे एक पुरानी server security परेशानी खत्म हो गई।
- Revamped debug overlay: F3 debug screen का अब अपना अलग GUI scale है (F3 + F6 से adjust होता है), नया player_speed readout blocks per tick में दिखता है, और एक display refresh-rate indicator भी जुड़ा है।
- Mob spawning के लिए Environment Attributes: World generation में एक शक्तिशाली नया minecraft:gameplay/natural_mob_spawns attribute आया है, जिससे dimensions और biomes अपने खुद के per-category spawn tables define कर सकते हैं, custom world builders के लिए यह एक बड़ी छलांग है।
- Creative Inventory का नया order: Creative menu में minerals और building blocks को नए सिरे से arrange किया गया है, पहले non-tiered ingredients, फिर progressively refined tiers, फिर nuggets और ingots, बहुत ज़्यादा logical layout।
- UI/Input polish: Raw Input हट गया; game अब in-play हमेशा relative mouse mode use करता है। Key bindings अब physical-key-based (SDL scancodes) हैं, Borderless Fullscreen नया default है, और fullscreen modes के बीच switch करने के लिए अब restart नहीं चाहिए। macOS users को Exclusive Fullscreen support नहीं मिलेगी, लेकिन typing करते वक्त native accent/candidate popup मिलेगा।
- Data Pack 111.0 / Resource Pack 92.0: Loot table types अब सीधे registry element और tag references support करते हैं, जिससे कई पहले की verbose definitions काफी clean हो गई हैं।
Known issues: Windows पर multiple monitors के साथ Exclusive Fullscreen crash कर सकता है, और Wayland पर पूरी तरह crash होता है। अभी के लिए Borderless Fullscreen ही use करें।
यह क्यों ज़रूरी है
असली कहानी SDL3 migration की है। GLFW ने सालों तक Minecraft की window layer को power किया, लेकिन SDL3 एक ज़्यादा actively maintained, cross-platform library है जो Mojang को Linux पर बेहतर native Wayland support, ज़्यादा reliable multi-monitor behaviour, और भविष्य के input काम के लिए मज़बूत नींव देती है। ज़्यादातर players को daily gameplay में कोई फर्क नहीं दिखेगा, लेकिन long-term stability gains असली हैं।
नए fuel components भी game के data-driven भविष्य के लिए उतने ही important हैं। अब तक custom fuel बनाने के लिए awkward tag hacking करनी पड़ती थी जिसमें control कम था। अब आप हर item के लिए exact burn times और speed multipliers set कर सकते हैं, जिससे modpacks और custom game modes के लिए ढेरों creative possibilities खुल जाती हैं।
Java और Bedrock
यह snapshot सिर्फ Java Edition के लिए है। Bedrock Edition का अपना अलग release cycle है और उसे इस हफ्ते कोई equivalent update नहीं मिला। SNT kingdoms पर Bedrock players Geyser के ज़रिए connect करते हैं और current stable Bedrock release पर बिना किसी बदलाव के खेलते रहते हैं।
Server Owners के लिए
अगर आप एक heavily customised server चलाते हैं, तो दो चीज़ों पर तुरंत ध्यान देना ज़रूरी है:
- Sign click events अब opt-in हैं: Signs पर custom text अब automatically click events fire नहीं करेगा। अगर आप menus, warps, या commands के लिए click-event signs पर depend करते हैं, तो 26.x पर migrate करते वक्त उन setups को revisit करना होगा।
- Brewing fuel tag हटाया गया: #brewing_fuel item tag अब brewing fuels register नहीं करता। आपको नए minecraft:brewing_fuel data component पर migrate करना होगा। Upgrade करने से पहले उस tag का use करने वाले सभी data packs audit करें।
- Loot table syntax बदली है: Data Pack version 111.0 हो गया है। Predicates, item modifiers, और slot sources के कई reference types अब हटा दिए गए हैं, सिर्फ deprecated नहीं। किसी भी production upgrade से पहले staging environment में सभी loot tables अच्छे से test करें।
- spreadplayers command update: Player teleportation के लिए block safety अब #entities_can_teleport_to block tag से control होती है।
/spreadplayersuse करने वाले maps या minigames check करें।
Parents के लिए
इस snapshot में कोई भी बदलाव आपके बच्चे के खेलने के तरीके या online activities को affect नहीं करता। SDL3 switch एकदम pure plumbing है, इसे ऐसे समझें जैसे car की engine का एक part बदला गया हो लेकिन dashboard बिल्कुल वैसा ही रहा हो। नए debug overlay options सिर्फ F3 दबाने पर दिखते हैं, जो एक developer-focused screen है जिसे ज़्यादातर बच्चे शायद ही कभी खोलते हैं। Spectator mode का portal वाला बदलाव creative explorers के लिए एक छोटा quality-of-life fix है। कुल मिलाकर: कोई नया content चिंता का विषय नहीं, कोई safety बदलाव नहीं, और आपकी तरफ से कोई action नहीं चाहिए।
Players के लिए
इस snapshot में आपके लिए exciting चीज़ें:
- Spectator mode + portals = adventure: अगर आपको एक भी block place किए बिना Nether या End explore करना पसंद है, तो अब spectator mode में portals से zip कर सकते हैं। Scouting के लिए एकदम perfect!
- Debug screen level up: F3 दबाएँ और अब देखें कि आप blocks per tick में कितनी तेज़ move कर रहे हैं, साथ ही अपने monitor का refresh rate भी। Speedrunners और precision पसंद करने वाले builders को यह बहुत काम आएगा।
- Creative inventory ज़्यादा neat: Minerals, ingots, और nuggets अब Creative menu में logical order में हैं, अब Copper को unexpected जगहों पर ढूंढना नहीं पड़ेगा।
- Custom fuels आ रहे हैं: Server owners और modpack makers जल्द ही कुछ भी furnace fuel बना सकेंगे, सोचिए, enchanted fish या snowballs की stack से ore smelt करना।
क्या SNT Kingdoms को Update चाहिए?
कोई action नहीं चाहिए, और SNT kingdoms अभी यह snapshot run नहीं कर सकते। हमारे kingdoms Velocity proxy के पीछे Paper 1.21.11 backends पर चलते हैं, जिसमें ViaVersion / ViaBackwards / ViaRewind versions 1.13 से 1.21.11 तक के clients handle करते हैं। Mojang का नया year-based versioning (26.x) अभी तक PaperMC, Velocity, या Via ecosystem ने adopt नहीं किया है, इसलिए 26.x clients, इस snapshot पर कोई भी, अभी SNT kingdoms से connect नहीं कर सकते।
जब broader server ecosystem 26.x तक catch up करेगा, हमारी team ऊपर बताए गए breaking changes (sign click events, brewing fuel tag removal, loot table reference types) को किसी भी migration से पहले अच्छे से audit करेगी। तब तक आपका kingdom rock-solid 1.21.11 stack पर बना रहेगा, और stable 1.13–1.21.11 client पर हर player अभी बिना किसी परेशानी के jump in कर सकता है।