From 0decd04bc348f957ef94a9a4beba5e3f829da718 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 12 Aug 2024 22:48:07 +0200 Subject: Fix sodium reloadin [no changelog] --- docs/Texture Pack Format.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/Texture Pack Format.md b/docs/Texture Pack Format.md index 4726e53..bb5dc25 100644 --- a/docs/Texture Pack Format.md +++ b/docs/Texture Pack Format.md @@ -467,6 +467,10 @@ Currently, the only supported filter is `title`, which accepts a [string matcher ## Block Model Replacements +Firmament adds the ability to retexture block models. Supported renderers are vanilla, indigo (fabric), sodium (and +anything sodium based). Firmament performs gentle world reloading so that even when the world data gets updated very +late by the server there should be no flicker. + If you want to replace block textures in the world you can do so using block overrides. Those are stored in `assets/firmskyblock/overrides/blocks/.json`. The id does not matter, all overrides are loaded. This file specifies which block models are replaced under which conditions: -- cgit