From 93bc845d9d92b88ff608835e26b2162fd93b9213 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:06:52 +1000 Subject: [PATCH] fix broken video link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b522af8..087f775 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Java Edition Beta 1.4's release. This can be seen because the cookie's texture i ## Known bugs ### Patched bugs -1. Due to lack of initialization of memory, fire can potentially burn normally inflammable blocks. See ]https://www.youtube.com/watch?v=3hrz7KK2EJs](this video) for a demo. +1. Due to lack of initialization of memory, fire can potentially burn normally inflammable blocks. See [https://www.youtube.com/watch?v=3hrz7KK2EJs](this video) for a demo. 2. Due to SHAPE_FIRE not being implemented, fire is invisible in this version. Fire rendering was backported from v0.7.1 and can be disabled with the ORIGINAL_CODE define 3. Due to `GL_BLEND` being disabled, the hotbar renders as fully opaque. 4. Memory is leaked when leaving a world with particles in it.