Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
1.18.x
Platforms
Bukkit
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published last year
Updated 4 months ago
Changelog
What's Changed
- Adds API
- Frames changing state now uses an event, so that cancelling the behavior is easier
- Adds a blacklist option - intakes vanilla structured item declaration (
minecraft:gold_nugget{CustomModelData:1234}
)
Imports:
<repository>
<id>modrinth-repo</id>
<url>https://api.modrinth.com/maven/</url>
</repository>
<dependency>
<groupId>maven.modrinth</groupId>
<artifactId>invisible-frames</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
dependencies {
compileOnly 'maven.modrinth:invisible-frames:1.2'
}