From f6a0bf915dacd86f4190158d96c4c3574c754cb2 Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:27:57 +0100 Subject: [PATCH] Remove built-in knockback in next major release --- doc/breakages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/breakages.md b/doc/breakages.md index 2d2994385..956926471 100644 --- a/doc/breakages.md +++ b/doc/breakages.md @@ -22,3 +22,4 @@ This list is largely advisory and items may be reevaluated once the time comes. * remove `DIR_DELIM` from Lua * stop reading initial properties from bare entity def * change particle default blend mode to `clip` +* remove built-in knockback and related functions entirely