Назад до магазину
Continuity
Modrinth Mod

Continuity

A Minecraft mod that allows for efficient connected textures

Інформація про Minecraft-продукт

Важливе про товар

Сумісність, версії Minecraft, завантажувачі та дані зовнішнього джерела.

Тип

Mod

Доступ

Безкоштовно

Остання версія

3.0.1+26.2

Завантаження

63 426 063

Завантажувачі / Платформи

fabric forge neoforge quilt

Minecraft версії

1.17.1 – 1.21.1 1.21.3 – 1.21.8 1.21.10 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категорії

decoration utility

Опис

Докладна інформація

# Continuity Continuity is a Minecraft mod that allows resource packs that use the OptiFine connected textures format, OptiFine emissive textures format (only for blocks and item models), or OptiFine custom block layers format to work without OptiFine. Continuity is client-side only and includes two built-in resource packs. The Default Connected Textures pack provides connected textures for glass, sandstone, and bookshelves, similar to the built-in connected textures provided by OptiFine. The Glass Pane Culling Fix pack culls faces between vertically stacked glass panes to make them look seamless with connected textures. Formally, Continuity implements the Continuity connected textures specification, Continuity emissive textures specification, and Continuity custom block layers specification. All of these are extensions of the corresponding OptiFine specification and were created to provide more features to resource pack authors. The documentation for the Continuity specifications can be found at the [Continuity wiki](https://github.com/PepperCode1/Continuity/wiki). Continuity is developed as a Fabric mod and is recommended to be used with Fabric. However, [Connector](https://github.com/Sinytra/Connector) and [Forgified Fabric API](https://github.com/Sinytra/ForgifiedFabricAPI) allow Continuity to work well on other mod loaders such as NeoForge and Forge. Releases are made on CurseForge and Modrinth that are marked as working with these mod loaders; these releases contain the same code as equivalent releases for Fabric, but with additional metadata to declare Connector and Forgified Fabric API as dependencies. An official NeoForge version of Continuity that does not require Forgified Fabric API is not planned at this time due to major technical differences between the Fabric and NeoForge APIs. ### Links [CurseForge Page](https://www.curseforge.com/minecraft/mc-mods/continuity)

Розробник

Pepper_Bell

Профіль і дані отримано з Modrinth

Відкрити на Modrinth

Галерея продукту

Зображення проєкту

Скриншоти та зображення з оригінальної сторінки Modrinth.

Зображень поки немає

Автор проєкту не додав галерею на Modrinth.

Список змін

Версії проєкту

Опубліковані версії та оригінальні файли Modrinth.

3.0.1+26.2 Актуальна Release 16.06.2026

3.0.1+26.2

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Port to Minecraft 26.2
3.0.1-beta.2+26.1 Release 09.04.2026

3.0.1-beta.2+26.1

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Fix `connect=tile` and `connectTiles` not working correctly after changing enabled resource packs
3.0.1-beta.1+26.1 Release 06.04.2026

3.0.1-beta.1+26.1

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Port to Minecraft 26.1
3.0.1-beta.1+1.21.11 Release 23.12.2025

3.0.1-beta.1+1.21.11

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Port to Minecraft 1.21.11 - Add Continuity options to the Sodium video settings screen ### Notes - The `cutout_mipped` render type was removed by vanilla and Continuity no longer recognizes it. This may partially break some resource packs that use overlays or custom block layers. - Emissive textures for item models are still not implemented.
3.0.1-beta.2+1.21.10 Release 10.11.2025

3.0.1-beta.2+1.21.10

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Port to 1.21.10
3.0.1-beta.1+1.21.6 Release 07.07.2025

3.0.1-beta.1+1.21.6

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
This beta is missing emissive textures for item models.
3.0.1-test.4+1.21.5 Release 03.05.2025

3.0.1-test.4+1.21.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
This beta is missing emissive textures for item models.
3.0.0+1.21.4 Release 27.12.2024

3.0.0+1.21.4

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Port to Minecraft 1.21.4
3.0.0+1.21.neoforge Release 10.12.2024

3.0.0+1.21.neoforge

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance ### 1.19.4+: - Make it so an overlay with an undefined `tintBlock` always has ambient occlusion enabled (unless disabled globally) instead of using the default value
3.0.0+1.20.1.forge Release 10.12.2024

3.0.0+1.20.1.forge

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance ### 1.19.4+: - Make it so an overlay with an undefined `tintBlock` always has ambient occlusion enabled (unless disabled globally) instead of using the default value
3.0.0+1.21.3 Release 04.12.2024

3.0.0+1.21.3

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance ### 1.19.4+: - Make it so an overlay with an undefined `tintBlock` always has ambient occlusion enabled (unless disabled globally) instead of using the default value ### 1.21.3+: - Remove support for invalid paths
3.0.0+1.21 Release 04.12.2024

3.0.0+1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance ### 1.19.4+: - Make it so an overlay with an undefined `tintBlock` always has ambient occlusion enabled (unless disabled globally) instead of using the default value
3.0.0+1.20.5 Release 04.12.2024

3.0.0+1.20.5

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance ### 1.19.4+: - Make it so an overlay with an undefined `tintBlock` always has ambient occlusion enabled (unless disabled globally) instead of using the default value
3.0.0+1.20.2 Release 04.12.2024

3.0.0+1.20.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance ### 1.19.4+: - Make it so an overlay with an undefined `tintBlock` always has ambient occlusion enabled (unless disabled globally) instead of using the default value
3.0.0+1.20.1 Release 04.12.2024

3.0.0+1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance ### 1.19.4+: - Make it so an overlay with an undefined `tintBlock` always has ambient occlusion enabled (unless disabled globally) instead of using the default value
3.0.0+1.19.4 Release 04.12.2024

3.0.0+1.19.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance ### 1.19.4+: - Make it so an overlay with an undefined `tintBlock` always has ambient occlusion enabled (unless disabled globally) instead of using the default value
3.0.0+1.19.3 Release 04.12.2024

3.0.0+1.19.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
The changes listed below are relative to the last full release, Continuity 2.0.2. ### Fixes - Fix sprite paths starting with `assets/minecraft/` not being parsed correctly - Fix custom block layers not being applied to moving blocks - Fix `disableSolidCheck` using previously defined value instead of default value when no value was defined after a resource reload - Fix `overlay` method edge case where corner overlay would be applied when it shouldn't have been - Fix potential performance issues when resource packs add emissive item textures but emissive textures are disabled in the config ### Compatibility Improvements - Add support for Fabric block appearance API - Improve mod compatibility of `overlay` method - Improve mod compatibility of default pack ### Resource Pack Format Changes - Add `orient` property - Add `overlay_horizontal`, `overlay_vertical`, `overlay_horizontal+vertical`, and `overlay_vertical+horizontal` methods - Disallow relative and non-standard sprite paths when namespace is defined More details about these changes can be found at the [wiki](<https://github.com/PepperCode1/Continuity/wiki/Continuity-Connected-Textures-Specification>). ### Other Changes - Update and improve config screen - Add pack icon for glass pane culling fix pack - Slightly improve pack icon for default pack - Improve built-in pack descriptions - Add and update translations - Add European Spanish (es_es) translation - Add Mexican Spanish (es_mx) translation - Add Malay (ms_my) translation - Add Swedish (sv_se) translation - Add Turkish (tr_tr) translation - Add Tatar (tt_ru) translation - Add Vietnamese (vi_vn) translation - Add Traditional Chinese (zh_tw) translation - Add Malay (Jawi) (zlm_arab) translation - Update Estonian (et_ee) translation - Update Filipino (fil_ph) translation - Update Korean (ko_kr) translation - Update Polish (po_po) translation - Update Russian (ru_ru) translation - Update Ukrainian (uk_ua) translation - Optimize performance
3.0.0-beta.5+1.21 Release 13.06.2024

3.0.0-beta.5+1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.5+1.20.5 Release 15.05.2024

3.0.0-beta.5+1.20.5

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.5+1.20.2 Release 15.05.2024

3.0.0-beta.5+1.20.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.5+1.20.1 Release 15.05.2024

3.0.0-beta.5+1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.5+1.19.4 Release 15.05.2024

3.0.0-beta.5+1.19.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.5+1.19.3 Release 15.05.2024

3.0.0-beta.5+1.19.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.4+1.20.2 Beta 02.10.2023

3.0.0-beta.4+1.20.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.4+1.20.1 Beta 02.10.2023

3.0.0-beta.4+1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.4+1.19.4 Beta 02.10.2023

3.0.0-beta.4+1.19.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.3+1.20.1 Beta 22.07.2023

3.0.0-beta.3+1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.3+1.19.4 Beta 22.07.2023

3.0.0-beta.3+1.19.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.3+1.19.3 Beta 22.07.2023

3.0.0-beta.3+1.19.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.2+1.20 Beta 11.06.2023

3.0.0-beta.2+1.20

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
3.0.0-beta.2+1.19.3 Beta 23.03.2023

3.0.0-beta.2+1.19.3

Підтримувані версії Minecraft
1.19.3 1.19.4
Завантажувачі / Платформи
fabric quilt
2.0.2+1.19 Release 16.03.2023

2.0.2+1.19

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix `matchBlocks` accepting at most one block state property per block - Fix empty `biomes` property value causing an error - Fix `weights` ranges accepting values less than 1 - Fix `matchTiles` parsing resetting the sprite namespace if the path does not contain a slash - Only convert unspecified sprite location namespace when path starts with "optifine/" - Remove `weight` property - Add `prioritize` boolean property - Add `optifineOnly` boolean property - Add `disableSolidCheck` boolean property to `block.properties` for better Optifine parity - Fix `ctm_compact` not replacing sprite in no-split case - Fix `random` sometimes getting block states more than two positions away from the origin position - Add compatibility for CIT Resewn emissive textures - Fix block emissives checking the wrong feature state - Disable connected and emissive textures for blocks being moved by pistons - Add Czech translation - Add Korean translation - Add Portuguese translation - Add Tagalog translation - Add Ukrainian translation - Update German translation
2.0.2+1.18.2 Release 16.03.2023

2.0.2+1.18.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix `matchBlocks` accepting at most one block state property per block - Fix empty `biomes` property value causing an error - Fix `weights` ranges accepting values less than 1 - Fix `matchTiles` parsing resetting the sprite namespace if the path does not contain a slash - Only convert unspecified sprite location namespace when path starts with "optifine/" - Remove `weight` property - Add `prioritize` boolean property - Add `optifineOnly` boolean property - Add `disableSolidCheck` boolean property to `block.properties` for better Optifine parity - Fix `ctm_compact` not replacing sprite in no-split case - Fix `random` sometimes getting block states more than two positions away from the origin position - Add compatibility for CIT Resewn emissive textures - Fix block emissives checking the wrong feature state - Disable connected and emissive textures for blocks being moved by pistons - Add Czech translation - Add Korean translation - Add Portuguese translation - Add Tagalog translation - Add Ukrainian translation - Update German translation
2.0.1+1.19 Release 10.08.2022

2.0.1+1.19

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix emissives on CTM overlays not using the correct layer - Add `innerSeams` support to all applicable methods (`horizontal`, `vertical`, `h+v`, `v+h`, `top`) - Slightly improve logging - Minor performance improvements - Add Hellenic translation - Update Chinese translation - Fix Russian translation - Fabric API 0.58.0 or higher is required
2.0.1+1.18.2 Release 10.08.2022

2.0.1+1.18.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix emissives on CTM overlays not using the correct layer - Add `innerSeams` support to all applicable methods (`horizontal`, `vertical`, `h+v`, `v+h`, `top`) - Slightly improve logging - Minor performance improvements - Add Hellenic translation - Update Chinese translation - Fix Russian translation - Fabric API 0.58.0 or higher is required
2.0.0+1.19 Release 08.06.2022

2.0.0+1.19

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update to 1.19
2.0.0+1.18.2 Release 08.06.2022

2.0.0+1.18.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Add support for emissive textures on block and item models - Rewrite resource redirect system to support sprite identifier suffixes - Partially rewrite model wrapping - Update configuration - Fix log spam on failed resource reload - Fix `connectBlocks`/`connectTiles` and `heights` parity bugs - Minor performance improvements
1.1.0+1.18.2 Release 05.03.2022

1.1.0+1.18.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update to 1.18.2
1.1.0+1.18 Release 21.02.2022

1.1.0+1.18

Підтримувані версії Minecraft
1.18.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix, improve, reorganize, and compress default resource pack - Add programmer art connected textures - Improve sandstone, bookshelf, and standard glass textures - Fix red and blue glass textures to be consistent with 1.18 textures - Fix some textures that contained incorrect pixel color values - Rewrite `ctm_compact` - Fix `ctm_compact` not working correctly with UVs that do not include the entire sprite - Fix `ctm_compact` splitting quads more times than necessary - Fix standard overlay application checks - Fix `ctm_compact` tile replacements - Fix `overlay_ctm` method using texture orientation - Fix unexpected tile parsing behavior when using custom namespace - Update biome compatibility - Now only supports Sodium mc1.18.1-0.4.0-alpha6 or higher and Canvas 1.0.2187 or higher - Fix InputRegion log warning - Add Italian translation - Add Simplified Chinese translation - Improve French translation
1.1.0+1.17 Release 21.02.2022

1.1.0+1.17

Підтримувані версії Minecraft
1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix, improve, reorganize, and compress default resource pack - Add programmer art connected textures - Improve sandstone, bookshelf, and standard glass textures - Fix some textures that contained incorrect pixel color values - Rewrite `ctm_compact` - Fix `ctm_compact` not working correctly with UVs that do not include the entire sprite - Fix `ctm_compact` splitting quads more times than necessary - Fix standard overlay application checks - Fix `ctm_compact` tile replacements - Fix `overlay_ctm` method using texture orientation - Fix unexpected tile parsing behavior when using custom namespace - Update biome compatibility - Now only supports Canvas 1.0.2187 or higher - Fix InputRegion log warning - Add Italian translation - Add Simplified Chinese translation - Improve French translation
1.0.3+1.18 Release 04.12.2021

1.0.3+1.18

Підтримувані версії Minecraft
1.18 1.18.1
Завантажувачі / Платформи
fabric
Показати зміни
- Add per-block biome and block entity name caching - Fix `matchTiles` parsing - Add German translation - Add French translation
1.0.3+1.17 Release 04.12.2021

1.0.3+1.17

Підтримувані версії Minecraft
1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Add per-block biome and block entity name caching - Fix `matchTiles` parsing - Add German translation - Add French translation
1.0.2+1.17 Release 22.10.2021

1.0.2+1.17

Підтримувані версії Minecraft
1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix manual culling
1.0.1+1.17 Release 19.10.2021

1.0.1+1.17

Підтримувані версії Minecraft
1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix missing textures with ctm_compact - Improve cull caching efficiency - Improve config deserialization - Add contact information - Add Russian translation - Add Estonian translation
1.0.0+1.17 Release 25.09.2021

1.0.0+1.17

Підтримувані версії Minecraft
1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
Initial release