From cc6da2fd6a94fd5ad84feb0f96bb00593ff8bee5 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Mon, 1 Jun 2026 03:53:33 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/archive/2026-06.yml | 6 ++++++ html/changelogs/llywelwyn-lean-layering.yml | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 html/changelogs/archive/2026-06.yml delete mode 100644 html/changelogs/llywelwyn-lean-layering.yml diff --git a/html/changelogs/archive/2026-06.yml b/html/changelogs/archive/2026-06.yml new file mode 100644 index 00000000000..598ab535592 --- /dev/null +++ b/html/changelogs/archive/2026-06.yml @@ -0,0 +1,6 @@ +2026-06-01: + Llywelwyn: + - bugfix: Leaning on the north side of a wall now correctly hides your lower body + behind the wall instead of drawing you on top of it. + - code_imp: Adds a COMSIG_MOB_LYING_DOWN signal, sent when a mob transitions into + lying down. diff --git a/html/changelogs/llywelwyn-lean-layering.yml b/html/changelogs/llywelwyn-lean-layering.yml deleted file mode 100644 index 422052afa82..00000000000 --- a/html/changelogs/llywelwyn-lean-layering.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: Llywelwyn -delete-after: True -changes: - - bugfix: "Leaning on the north side of a wall now correctly hides your lower body behind the wall instead of drawing you on top of it." - - code_imp: "Adds a COMSIG_MOB_LYING_DOWN signal, sent when a mob transitions into lying down."