Continuity (Continuity)
Continuity是一个基于现代API构建的Fabric模组,允许实现高效的连接纹理体验。它旨在为所有使用Optifine CTM格式的资源包提供完整的Optifine兼容性。Continuity还支持用于方块和物品模型的Optifine格式发光纹理。
Continuity依赖于Fabric API,仅在客户端使用。它包括两个内置资源包 - 一个提供类似于Optifine的默认连接纹理,另一个提供了一个玻璃窗格修复。
Forge版本
由于以下原因,不会制作Continuity的Forge版本。
- Forge的模型API:它与Fabric的模型API(FRAPI)大不相同,Continuity已经充分利用了它,并且转换到它不仅需要大量的工作,而且会导致模组效率极低。
- Optifine:它原生支持Forge,并且提供了与Continuity相同的功能。
链接
[CurseForge页面](
来自Modrinth
3.0.1-test.4+1.21.5
continuity-3.0.1-test.4+1.21.5.jar下载3.0.1-test.4+1.21.5#Beta
This beta is missing emissive textures for item models.
展开
版本: 3.0.1-test.4+1.21.5
支持游戏: 1.21.5
类型: Fabric Quilt
Beta
下载次数: 131,946
3.0.0+1.21.4
continuity-3.0.0+1.21.4.jar下载3.0.0+1.21.4#Release
continuity-3.0.0+1.21.4-sources.jar下载3.0.0+1.21.4#Release
- Port to Minecraft 1.21.4
展开
版本: 3.0.0+1.21.4
支持游戏: 1.21.4
类型: Fabric Quilt
Release
下载次数: 1,608,421
3.0.0+1.21.neoforge
continuity-3.0.0+1.21.neoforge.jar下载3.0.0+1.21.neoforge#Release
continuity-3.0.0+1.21.neoforge-sources.jar下载3.0.0+1.21.neoforge#Release
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
### 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.neoforge
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 139,451
3.0.0+1.20.1.forge
continuity-3.0.0+1.20.1.forge.jar下载3.0.0+1.20.1.forge#Release
continuity-3.0.0+1.20.1.forge-sources.jar下载3.0.0+1.20.1.forge#Release
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
### 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
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 459,825
3.0.0+1.21.3
continuity-3.0.0+1.21.3.jar下载3.0.0+1.21.3#Release
continuity-3.0.0+1.21.3-sources.jar下载3.0.0+1.21.3#Release
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
### 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.3
支持游戏: 1.21.3
类型: Fabric Quilt
Release
下载次数: 123,547
3.0.0+1.21
continuity-3.0.0+1.21.jar下载3.0.0+1.21#Release
continuity-3.0.0+1.21-sources.jar下载3.0.0+1.21#Release
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
### 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
支持游戏: 1.21, 1.21.1
类型: Fabric Quilt
Release
下载次数: 1,996,240
3.0.0+1.20.5
continuity-3.0.0+1.20.5.jar下载3.0.0+1.20.5#Release
continuity-3.0.0+1.20.5-sources.jar下载3.0.0+1.20.5#Release
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
### 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
支持游戏: 1.20.5, 1.20.6
类型: Fabric Quilt
Release
下载次数: 25,223
3.0.0+1.20.2
continuity-3.0.0+1.20.2.jar下载3.0.0+1.20.2#Release
continuity-3.0.0+1.20.2-sources.jar下载3.0.0+1.20.2#Release
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
### 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
支持游戏: 1.20.2, 1.20.3, 1.20.4
类型: Fabric Quilt
Release
下载次数: 79,782
3.0.0+1.20.1
continuity-3.0.0+1.20.1.jar下载3.0.0+1.20.1#Release
continuity-3.0.0+1.20.1-sources.jar下载3.0.0+1.20.1#Release
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
### 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
支持游戏: 1.20.1
类型: Fabric Quilt
Release
下载次数: 740,910
3.0.0+1.19.4
continuity-3.0.0+1.19.4.jar下载3.0.0+1.19.4#Release
continuity-3.0.0+1.19.4-sources.jar下载3.0.0+1.19.4#Release
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
### 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
支持游戏: 1.19.4
类型: Fabric Quilt
Release
下载次数: 17,123
3.0.0+1.19.3
continuity-3.0.0+1.19.3.jar下载3.0.0+1.19.3#Release
continuity-3.0.0+1.19.3-sources.jar下载3.0.0+1.19.3#Release
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
### 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+1.19.3
支持游戏: 1.19.3
类型: Fabric Quilt
Release
下载次数: 2,266
3.0.0-beta.5+1.21
continuity-3.0.0-beta.5+1.21.jar下载3.0.0-beta.5+1.21#Release
continuity-3.0.0-beta.5+1.21-sources.jar下载3.0.0-beta.5+1.21#Release
展开
版本: 3.0.0-beta.5+1.21
支持游戏: 1.21, 1.21.1
类型: Fabric Quilt
Release
下载次数: 3,350,967
3.0.0-beta.5+1.20.5
continuity-3.0.0-beta.5+1.20.5.jar下载3.0.0-beta.5+1.20.5#Release
continuity-3.0.0-beta.5+1.20.5-sources.jar下载3.0.0-beta.5+1.20.5#Release
展开
版本: 3.0.0-beta.5+1.20.5
支持游戏: 1.20.5, 1.20.6
类型: Fabric Quilt
Release
下载次数: 317,587
3.0.0-beta.5+1.20.2
continuity-3.0.0-beta.5+1.20.2.jar下载3.0.0-beta.5+1.20.2#Release
continuity-3.0.0-beta.5+1.20.2-sources.jar下载3.0.0-beta.5+1.20.2#Release
展开
版本: 3.0.0-beta.5+1.20.2
支持游戏: 1.20.2, 1.20.3, 1.20.4
类型: Fabric Quilt
Release
下载次数: 423,050
3.0.0-beta.5+1.20.1
continuity-3.0.0-beta.5+1.20.1.jar下载3.0.0-beta.5+1.20.1#Release
continuity-3.0.0-beta.5+1.20.1-sources.jar下载3.0.0-beta.5+1.20.1#Release
展开
版本: 3.0.0-beta.5+1.20.1
支持游戏: 1.20.1
类型: Fabric Quilt
Release
下载次数: 2,128,328
3.0.0-beta.5+1.19.4
continuity-3.0.0-beta.5+1.19.4.jar下载3.0.0-beta.5+1.19.4#Release
continuity-3.0.0-beta.5+1.19.4-sources.jar下载3.0.0-beta.5+1.19.4#Release
展开
版本: 3.0.0-beta.5+1.19.4
支持游戏: 1.19.4
类型: Fabric Quilt
Release
下载次数: 22,115
3.0.0-beta.5+1.19.3
continuity-3.0.0-beta.5+1.19.3.jar下载3.0.0-beta.5+1.19.3#Release
continuity-3.0.0-beta.5+1.19.3-sources.jar下载3.0.0-beta.5+1.19.3#Release
展开
版本: 3.0.0-beta.5+1.19.3
支持游戏: 1.19.3
类型: Fabric Quilt
Release
下载次数: 3,021
3.0.0-beta.4+1.20.2
continuity-3.0.0-beta.4+1.20.2.jar下载3.0.0-beta.4+1.20.2#Beta
展开
版本: 3.0.0-beta.4+1.20.2
支持游戏: 1.20.2, 1.20.3, 1.20.4
类型: Fabric Quilt
Beta
下载次数: 1,264,322
3.0.0-beta.4+1.20.1
continuity-3.0.0-beta.4+1.20.1.jar下载3.0.0-beta.4+1.20.1#Beta
展开
版本: 3.0.0-beta.4+1.20.1
支持游戏: 1.20.1
类型: Fabric Quilt
Beta
下载次数: 2,989,818
3.0.0-beta.4+1.19.4
continuity-3.0.0-beta.4+1.19.4.jar下载3.0.0-beta.4+1.19.4#Beta
展开
版本: 3.0.0-beta.4+1.19.4
支持游戏: 1.19.4
类型: Fabric Quilt
Beta
下载次数: 32,117
3.0.0-beta.3+1.20.1
continuity-3.0.0-beta.3+1.20.1.jar下载3.0.0-beta.3+1.20.1#Beta
展开
版本: 3.0.0-beta.3+1.20.1
支持游戏: 1.20.1
类型: Fabric Quilt
Beta
下载次数: 479,803
3.0.0-beta.3+1.19.4
continuity-3.0.0-beta.3+1.19.4.jar下载3.0.0-beta.3+1.19.4#Beta
展开
版本: 3.0.0-beta.3+1.19.4
支持游戏: 1.19.4
类型: Fabric Quilt
Beta
下载次数: 14,157
3.0.0-beta.3+1.19.3
continuity-3.0.0-beta.3+1.19.3.jar下载3.0.0-beta.3+1.19.3#Beta
展开
版本: 3.0.0-beta.3+1.19.3
支持游戏: 1.19.3
类型: Fabric Quilt
Beta
下载次数: 12,188
3.0.0-beta.2+1.20
continuity-3.0.0-beta.2+1.20.jar下载3.0.0-beta.2+1.20#Beta
展开
版本: 3.0.0-beta.2+1.20
支持游戏: 1.20, 1.20.1
类型: Fabric Quilt
Beta
下载次数: 343,054
3.0.0-beta.2+1.19.3
continuity-3.0.0-beta.2+1.19.3.jar下载3.0.0-beta.2+1.19.3#Beta
展开
版本: 3.0.0-beta.2+1.19.3
支持游戏: 1.19.3, 1.19.4
类型: Fabric Quilt
Beta
下载次数: 246,779
2.0.2+1.19
continuity-2.0.2+1.19.jar下载2.0.2+1.19#Release
continuity-2.0.2+1.19-sources.jar下载2.0.2+1.19#Release
- 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
- 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.19
支持游戏: 1.19, 1.19.1, 1.19.2
类型: Fabric Quilt
Release
下载次数: 798,628
2.0.2+1.18.2
continuity-2.0.2+1.18.2.jar下载2.0.2+1.18.2#Release
continuity-2.0.2+1.18.2-sources.jar下载2.0.2+1.18.2#Release
- 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
- 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
支持游戏: 1.18.2
类型: Fabric Quilt
Release
下载次数: 82,663
2.0.1+1.19
continuity-2.0.1+1.19.jar下载2.0.1+1.19#Release
- 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
- 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.19
支持游戏: 1.19, 1.19.1, 1.19.2
类型: Fabric
Release
下载次数: 166,290
2.0.1+1.18.2
continuity-2.0.1+1.18.2.jar下载2.0.1+1.18.2#Release
- 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
- 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
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 51,639
2.0.0+1.19
continuity-2.0.0+1.19.jar下载2.0.0+1.19#Release
- Update to 1.19
展开
版本: 2.0.0+1.19
支持游戏: 1.19, 1.19.1, 1.19.2
类型: Fabric
Release
下载次数: 32,663
2.0.0+1.18.2
continuity-2.0.0+1.18.2.jar下载2.0.0+1.18.2#Release
- 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
- 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
展开
版本: 2.0.0+1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 21,503
1.1.0+1.18.2
continuity-1.1.0+1.18.2.jar下载1.1.0+1.18.2#Release
- Update to 1.18.2
展开
版本: 1.1.0+1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 50,105
1.1.0+1.18
continuity-1.1.0+1.18.jar下载1.1.0+1.18#Release
- 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
- 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.18
支持游戏: 1.18.1
类型: Fabric
Release
下载次数: 5,720
1.1.0+1.17
continuity-1.1.0+1.17.jar下载1.1.0+1.17#Release
- 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
- 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.1.0+1.17
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 26,034
1.0.3+1.18
continuity-1.0.3+1.18.jar下载1.0.3+1.18#Release
- Add per-block biome and block entity name caching
- Fix `matchTiles` parsing
- Add German translation
- Add French translation
- Fix `matchTiles` parsing
- Add German translation
- Add French translation
展开
版本: 1.0.3+1.18
支持游戏: 1.18, 1.18.1
类型: Fabric
Release
下载次数: 9,749
1.0.3+1.17
continuity-1.0.3+1.17.jar下载1.0.3+1.17#Release
- Add per-block biome and block entity name caching
- Fix `matchTiles` parsing
- Add German translation
- Add French translation
- Fix `matchTiles` parsing
- Add German translation
- Add French translation
展开
版本: 1.0.3+1.17
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 1,032
1.0.2+1.17
continuity-1.0.2+1.17.jar下载1.0.2+1.17#Release
- Fix manual culling
展开
版本: 1.0.2+1.17
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 2,674
1.0.1+1.17
continuity-1.0.1+1.17.jar下载1.0.1+1.17#Release
- Fix missing textures with ctm_compact
- Improve cull caching efficiency
- Improve config deserialization
- Add contact information
- Add Russian translation
- Add Estonian translation
- Improve cull caching efficiency
- Improve config deserialization
- Add contact information
- Add Russian translation
- Add Estonian translation
展开
版本: 1.0.1+1.17
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 438
1.0.0+1.17
continuity-1.0.0+1.17.jar下载1.0.0+1.17#Release
Initial release
展开
版本: 1.0.0+1.17
支持游戏: 1.17.1
类型: Fabric
Release
下载次数: 2,568
收录