Tags
Creators
Details
All versions
0.5.0
Release
0.5.02 weeks ago 44
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client-side
Client and server
Required content
Changes
CatFrame - 0.5.0
What is changed?
Change version number from previous to 0.5.0
➕Add:
- New AtlasGuard rejects block-world models containing sprites from
- add the PiP (picture-in-picture) feature (forgot)
- add action bars
- add the events of some gui
- Reconnstruct the model of the tooltip, switch to the adding deferred rendering
- Add the model of the glass pane
- add the support of itemframe render transform
- add the default values of the three basic transform elments
- add clamps to those transform elements
- Add Tag namespace support
- add searching box
- Add the item model of the some items
- upgrade + add the tooltip(i forgot)
- add some textures of widgets
- Add Data Component(Component shortly)
🔧Fix:
- fix the final texture discovery of the model system
- fix(model): resolve atlas ownership at bake time instead of guessing at render time
- Fixes hopper (ItemBlock + item/generated + items-atlas texture)
- Fix the tooltip don't render.
- Fix the gui lighting finally
- fix the cardinal lightening
- Fix the anvil metadata mapping
- Fix the light and shade extension
- fix the entity's handheld predication
- fix the item model textures mapping
- trying to fix the package problem [ci skip]
- Fix the enchantment glint
- Fix the AO lighting, add the tooltip textures
- Fix a huge loads of model problem:
- fix almost all of the model problem(except block: the redstones, doors,all of the stairs, except item: fishing_rods, etc. I forgot, whatever, a huge amount model fix)
- fix the wool things
❗❗❗Deprecated:
- is removed entirely
- rendering fully transparent in GUI/hand/dropped views, caused by
- Reconstruct the model system, now the item model only care about the gui, handheld, dropping, and in the frame, and other non-in-world item/itemblock renderer; and in the world, blockstate.
- remove the blockstate auto convert to item model override
- move some thing to the loader removed the Theme System Thinking, maybe later be okay
- remove the manual trigonometric transform, switch to the light vector
- okay finally removed al the things. [ci skip]
- remove recompSrc [ci skip]
Notes
Full Changelog: https://github.com/song682/CatFrame/commits/v0.5.0
Supplementary resources
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:lSH4nVom:20iaz7qz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lSH4nVom:20iaz7qz"
}


