Tags
Creators
Details
Licensed MPL-2.0
Published last year
All versions
v21.1.4-1.21.1-NeoForge
Release
[NEOFORGE] [1.21.1] FastItemFrames-v21.1.4last year 30.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
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.1.4-1.21.1] - 2025-06-19
Fixed
- Fix maps in item frames not loading for other players in multiplayer thanks to erengeez
[v21.1.3-1.21.1] - 2025-04-24
Fixed
- Fix level loading hanging due to item frame entities in unloaded chunks trying to be converted to blocks
[v21.1.2-1.21.1] - 2025-03-29
Fixed
- Fix modded item frames being affected, hence losing their potentially unique abilities
- Fix missing cauldron interaction for undying item frames
[v21.1.1-1.21.1] - 2025-03-06
Fixed
- Fix server thread hanging when loading new chunks containing structures with vanilla item frame entities
[v21.1.0-1.21.1] - 2025-02-28
- Initial release
Optional dependencies
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:UK03VZEN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FsoeTIV0:UK03VZEN"
}



