CPG - Console & PC Gaming
  • Home
  • News
  • PC
  • PS5
  • Xbox
  • Switch
  • Mobile
  • Reviews
  • Esports
  • Guides
    • Gray Zone WarfareNew
      • Artisan
      • Banshee
      • Gunny
      • Handshake
      • Lab Rat
      • Turncoat
    • Escape From TarkovNew
      • Jaeger
      • Mechanic
        • Gunsmith
      • Peacekeeper
      • Prapor
      • Ragman
      • Skier
      • Therapist
No Result
View All Result
CPG - Console & PC Gaming
  • Home
  • News
  • PC
  • PS5
  • Xbox
  • Switch
  • Mobile
  • Reviews
  • Esports
  • Guides
    • Gray Zone WarfareNew
      • Artisan
      • Banshee
      • Gunny
      • Handshake
      • Lab Rat
      • Turncoat
    • Escape From TarkovNew
      • Jaeger
      • Mechanic
        • Gunsmith
      • Peacekeeper
      • Prapor
      • Ragman
      • Skier
      • Therapist
No Result
View All Result
CPG - Console & PC Gaming
No Result
View All Result
Home News

Minecraft Preview 1.21.120.20 Live Now as Patch

Preview beta 1.21.120.20 arrives on all platforms, listed as console patch 1.85/1.068

Angel Kicevski by Angel Kicevski
September 3, 2025
in News, Patch Notes
0

Minecraft preview and beta branch received an update today: 1.21.120.20. It matters because the build fixes camera and graphical issues, adjusts tadpole spawning under Frogspawn, and contains a long list of API and editor updates that affect mods and tools. Mojang pushed the build to the preview branch first.

The patch bundles fixes across Blocks, Graphical, UI, API, and Editor systems and also restores Java parity for partial-block ambient occlusion while adding TAA upscaling to weather effects and adjustments for mobs when the camera intersects them.

See the official preview article for Mojang’s full notes.

Patch Notes – 1.21.120.20

Features and Bug Fixes

Blocks

  • Tadpoles now spawn in the water block below the Frogspawn block (MCPE-225997)
  • Fixed an issue with being unable to continue destroying valid blocks in Adventure Mode when they are behind water

Shelf

  • Adding or removing Redstone power to or from the Shelf now emits vibrations
  • Anvil and Wall Blocks have been repositioned on the Shelf and Item Frame (MCPE-225309)
  • When a Player places/removes/swaps an item on an Unpowered Shelf a vibration of frequency 3 is emitted
  • When a Player places/removes an item on a Powered Shelf a vibration of frequency 3 is emitted
  • When a Player swaps item with one on a Powered Shelf a vibration of frequency 6 is emitted

Commands

  • Fixed an issue where the Damage Command would incorrectly report failure when applying damage to an Ender Crystal (MCPE-191379)
  • Fixed /locate biome command to no longer direct the player into wrong biome areas (MCPE-159992)

Gameplay

  • Fixed loading of text for Sign blocks from very old worlds

General

  • Starting a world with a missing Marketplace template will now correctly redownload the template and start the world
  • The first person camera will now offset backwards slightly when facing and climbing blocks such as Ladders and Vines

Graphical

  • Restored Java parity on how ambient occlusion is computed for partial blocks (MCPE-226160)
  • Added TAA upscaling to weather effects like snow
  • Fixed enchantment glint animation still playing when the game was paused (MCPE-190569)
  • Fixed snowflakes flickering during player movement
  • Improved quality of gamma correction on PC and Consoles and fixed the brightness of Creeper textures in the gamma calibration screen in Vibrant Visuals
  • Mobs will now become slightly transparent when the camera gets too close or passes through them

Items

  • Suspicious Stew is now present in Creative Mode with effect description (MCPE-51173)

Mobs

  • Chicken Jockeys now drop the Lava Chicken music disc when killed by the player or tamed Wolves
  • Copper Golem now drops its carried item when player interacts while holding an item in offhand, or when player has armor equipped (MCPE-225249)
  • Copper Golem Statue no longer has cutoff pixels when in the sitting pose (MCPE-225999)

Sounds

  • Copper Chest Opening and Close sounds now use a natural attenuation curve (MCPE-224011)
  • Copper Golem Step and Spin sounds now use a natural attenuation curve

User Interface

  • Clicking on text fields now places the cursor in the correct spot even for scrolled message boxes (MCPE-186409)
  • Keyboard button on the chat screen is now only visible for touch controls (MCPE-105710)
  • Fixed a bug that could cause Armor Trims to appear applied to untrimmed armor in the inventory
  • Updated the text that is shown when more players are required to sleep to skip to dawn (MCPE-183832)
  • Brightness adjustment was renamed to gamma adjustment in Vibrant Visuals
  • A “Reset to Defaults” button was added to the gamma adjustment screen in Vibrant Visuals
  • The slider widget that controls the Vibrant Visuals gamma value shows the current gamma value, and the center of the slider corresponds to the default value
  • Fixed issue where worlds backed by Xbox cloud storage would show a default tile when local data was present but invalid
  • Fixed a bug where players could not move items from creative inventory to inventory in Pocket UI (MCPE-226829)

World Generation

  • Structures no longer build on top of features (e.g. trees) at chunk borders

Technical Updates

API

Optionally set version property to “beta” to always choose the latest beta version of the module. Example from manifest.json:

“dependencies”: [ { “module_name”: “@minecraft/server”, “version”: “beta” } ]

  • Fixed Player.graphicsMode not returning the correct graphics mode when a player has switched to Vibrant Visuals
  • LootTableManager’s loot generation methods now properly recognize tools enchanted with looting
  • Moved type ScriptBiomeType from beta into 2.3.0
  • Moved API Dimension.getBiome(location: Vector3) from beta into 2.3.0

Blocks

  • Custom blocks using a non-opaque render_method in the minecraft:material_instances component that are placed above water will no longer incorrectly cull the top face of the water block

Components

  • The “all_slots_empty”, “any_slot_empty”, “has_equipment” filters now support “main_hand” as an equipment location

Editor

  • Added confirmation dialog in Keyboard Settings when resetting, restoring or closing the modal without saved changes
  • Fixed a bug that caused lightning bolts to not despawn when entities are paused
  • Fixed a bug that caused text to speech narration to read shortcuts incorrectly
  • Removed unusable entities from Summon tool list
  • Fixed a bug that enables to select volumes using Enter key and Shift+Enter key while in Selection’s Freehand Brush Mode
  • Added gradient background color on the Color timeline that interpolates between the colors of two adjacent nodes
  • Added optional boolean property in Timeline API (renderGradientBackground) that allows the rendering of the background color to be turned off. By default it is ON

Item Components

  • Items with the new “minecraft:fire_resistant” item component no longer visually disappear on the client when thrown in fire while persisting on the server, as the property is now synced correctly across both

Items

  • Starting with format version 1.21.110, when a custom item’s menu_category’s category is set to “none” (or not specified) the item will be usable in commands (MCPE-177866)
  • Fixed issue with rendering custom blocks as “flying items” (MCPE-180489)

Molang

  • Fixed query.graphics_mode_is_any not being correct when switching to Vibrant Visuals
  • Added 21 new Molang expressions:
    • “math.inverse_lerp(start, end, value)”, returns the normalized progress between start and end given value
    • “math.ease_in_quad(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow and accelerating toward the end
    • “math.ease_out_quad(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting fast and decelerating toward the end
    • “math.ease_in_out_quad(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow, accelerating in the middle, then slowing again at the end
    • “math.ease_in_cubic(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow and accelerating strongly toward the end
    • “math.ease_out_cubic(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting fast and decelerating strongly toward the end
    • “math.ease_in_out_cubic(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow, accelerating strongly in the middle, then slowing again at the end
    • “math.ease_in_quart(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow and accelerating rapidly toward the end
    • “math.ease_out_quart(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting fast and decelerating rapidly toward the end
    • “math.ease_in_out_quart(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow, accelerating rapidly in the middle, then slowing again at the end
    • “math.ease_in_quint(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow and accelerating sharply toward the end
    • “math.ease_out_quint(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting fast and decelerating sharply toward the end
    • “math.ease_in_out_quint(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow, accelerating sharply in the middle, then slowing again at the end
    • “math.ease_in_sine(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow and accelerating smoothly toward the end
    • “math.ease_out_sine(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting fast and decelerating smoothly toward the end
    • “math.ease_in_out_sine(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting and ending slow, with smoother change in the middle
    • “math.ease_in_expo(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow and accelerating very rapidly toward the end
    • “math.ease_out_expo(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting fast and decelerating gradually toward the end
    • “math.ease_in_out_expo(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting and ending slow, with very rapid change in the middle
    • “math.ease_in_circ(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting slow and accelerating along a circular curve toward the end
    • “math.ease_out_circ(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting fast and decelerating along a circular curve toward the end
    • “math.ease_in_out_circ(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting and ending slow, with circular acceleration and deceleration in the middle
    • “math.ease_in_bounce(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting with bounce oscillations and settling into the end
    • “math.ease_out_bounce(start, end, 0_to_1)”, output goes from start to end via 0_to_1, approaching the end with bounce oscillations that diminish over time
    • “math.ease_in_out_bounce(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting and ending with bounce oscillations, smoother in the middle
    • “math.ease_in_back(start, end, 0_to_1)”, output goes from start to end via 0_to_1, overshooting backward before accelerating into the end
    • “math.ease_out_back(start, end, 0_to_1)”, output goes from start to end via 0_to_1, overshooting past the end before settling into it
    • “math.ease_in_out_back(start, end, 0_to_1)”, output goes from start to end via 0_to_1, overshooting at both start and end, with smoother change in the middle
    • “math.ease_in_elastic(start, end, 0_to_1)”, output goes from start to end via 0_to_1, starting with elastic oscillations before accelerating into the end
    • “math.ease_out_elastic(start, end, 0_to_1)”, output goes from start to end via 0_to_1, overshooting the end with elastic oscillations before settling
    • “math.ease_in_out_elastic(start, end, 0_to_1)”, output goes from start to end via 0_to_1, oscillating elastically at both start and end, with stable change in the middle

Share thoughts in the comments below and connect on X and Bluesky for quick takes and follow-up discussion.

Tags: minecraftmojang
ShareTweet
Previous Post

Gears of War: Reloaded September 3 Update Doesn’t Fix Major Issues

Next Post

Path of Exile 2 Update 0.3.0b brings huge list of changes

Angel Kicevski

Angel Kicevski

I've spent half of my life playing video games, ever since the competitive 1.6 era. Now I am happily married to Margarita Kicevski, and have two beautiful children. My goal is to deliver fresh news and updates, but most of the time I want to work on guides. Since I have rebooted this website, I am planning on making it huge. Just you wait!

RELATEDPOSTS

Patch Notes

Minecraft Console Update 1.027 Fixes Several Bugs and Crashes

August 13, 2025
News

Minecraft Preview Update 1.21.110.23 Brings New Copper Items and Bug Fixes

August 6, 2025
News

Minecraft Bedrock Update 1.026 Brings Copper Golems, Chests, Tools, and More

August 5, 2025
News

Minecraft’s Upcoming Update Will Introduce Shelves for Better Base Organization

August 4, 2025
News

Minecraft Preview Update 1.80 Brings Copper Horse Armor and Key Fixes

July 30, 2025
News

Minecraft Preview Update 1.79 Brings Shelves, Copper Golem Statue, and More Fixes

July 22, 2025

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Trending
  • Comments
  • Latest

Battlestate Games shares results from the in-game Survey about the Flea Market

January 30, 2025

Escape From Tarkov 2025 Roadmap Revealed, Full Release Finally Confirmed

April 18, 2025 - Updated on July 18, 2025
Tarkov patch 0.15

Escape From Tarkov reveals the 0.15 trailer before wipe

August 14, 2024

Minecraft Update 1.21.21 Patch Notes for August 14/15

August 14, 2024

Escape From Tarkov Best Graphics Settings – Updated With Patch 0.15.5

Escape From Tarkov: How to Snipe Flea Market Items Easily?

CoD: Warzone Season 2 Update Fixes Plenty of Bugs

MW2 and Warzone 2.0 Season 3 is full of Bugs and Issues, Upcoming Fixes and more

Warzone and Black Ops 6 Season 5 Reloaded all weapon nerfs and buffs

September 3, 2025

Counter-Strike 2 Update brings sound and map fixes for Ancient

September 3, 2025
Apex legends

Apex Legends Update 9/3/25 fixes notification errors on PC

September 3, 2025

Path of Exile 2 Update 0.3.0b brings huge list of changes

September 3, 2025

CPGPATCH NOTES

News

Counter-Strike 2 Update brings sound and map fixes for Ancient

by Mihaela Kicevski
September 3, 2025
Patch Notes

Path of Exile 2 Update 0.3.0b brings huge list of changes

by Angel Kicevski
September 3, 2025
News

Minecraft Preview 1.21.120.20 Live Now as Patch

by Angel Kicevski
September 3, 2025

About Us

We are CPG - Console & PC Gaming, an independent, family-run website providing fresh news, updates, reviews, interviews, guides, and other bits and pieces from the gaming industry.

Read more

  • About
  • Privacy Policy
  • Contact

© 2024 CPG - Console & PC Gaming

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • News
  • PC
  • PS5
  • Xbox
  • Switch
  • Mobile
  • Reviews
  • Esports
  • Guides
    • Gray Zone Warfare
      • Artisan
      • Banshee
      • Gunny
      • Handshake
      • Lab Rat
      • Turncoat
    • Escape From Tarkov
      • Jaeger
      • Mechanic
      • Peacekeeper
      • Prapor
      • Ragman
      • Skier
      • Therapist

© 2024 CPG - Console & PC Gaming