Tags
Creators
Details
Licensed MPL-2.0
Published last year
Updated last month
All versions
21.11.0
Release
[FABRIC] [1.21.11] FastItemFrames v21.11.07 months ago 43.6K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.11.0-1.21.11] - 2025-12-17
Added
- Clicking on an item frame attached to a container block now interacts with that block instead of the item frame in most cases (this behavior is configurable)
- Items in invisible item frames now appear larger than items in normal frames; the scale can be changed in the config
- Add a config option for removing the item render offset for invisible item frames (works great with custom item texture models known as CIT)
- Add a config option for hiding the item name label when looking at an item frame holding an item with a custom name
Changed
- Update to Minecraft 1.21.11
- Existing vanilla item frame entities are no longer converted automatically upon loading the chunks; instead, only newly placed item frames will appear as blocks (this behavior is configurable)
Fixed
- Rotating items in invisible item frame blocks no longer makes them become visible again
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:FsoeTIV0:MP8MWbzR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FsoeTIV0:MP8MWbzR"
}

