From a1a9b309f9720bdd826ef45ab3dc23632292852e Mon Sep 17 00:00:00 2001 From: IllagerCaptain <76600137+IllagerCaptain@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:17:19 -0500 Subject: [PATCH] Fix markdown typo --- creator/Documents/Update1.21.110.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator/Documents/Update1.21.110.md b/creator/Documents/Update1.21.110.md index ea2230a67..320e2aa66 100644 --- a/creator/Documents/Update1.21.110.md +++ b/creator/Documents/Update1.21.110.md @@ -74,7 +74,7 @@ Looking ahead, here's what you can expect coming in future releases. - Block-entity interaction component - this supports recreating mobs that interact with blocks like the Creaking. - Snow tinting - Allows leaves to change to snow tinted textures over time. - Leashable - Allows mobs to be leashed to a custom block, like fences. -On neighbor change - Allows for a custom block to understand when the block connected to one of their sides changes. +- On neighbor change - Allows for a custom block to understand when the block connected to one of their sides changes. - Block precipitation - Controls when snow falls through a block (flowers) or builds (dirt) also controls rain falling through (flowers). - Block opacity - Allows creators to define if light can pass through a block from a gameplay perspective. Allowing for scenarios like grass to not turn to dirt when a custom block is on top of it.