Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
3.0.0+1.21.neoforge
Release
3.0.0+1.21.neoforge2 years ago 2M
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
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
disableSolidCheckusing previously defined value instead of default value when no value was defined after a resource reload - Fix
overlaymethod 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
overlaymethod - Improve mod compatibility of default pack
Resource Pack Format Changes
- Add
orientproperty - Add
overlay_horizontal,overlay_vertical,overlay_horizontal+vertical, andoverlay_vertical+horizontalmethods - Disallow relative and non-standard sprite paths when namespace is defined
More details about these changes can be found at the wiki.
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
tintBlockalways has ambient occlusion enabled (unless disabled globally) instead of using the default value
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| continuity-3.0.0+1.21.neoforge-sources.jar | Unknown | 972.64 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:1IjD5062:eXGUs5sy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1IjD5062:eXGUs5sy"
}
