All versions
1.0.0
Release
Custom Banners 1.0.0last month 369
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Custom Banners 1.0.0
Initial release of Custom Banners for Minecraft 1.21.1 on NeoForge.
Added
- Banner Station block with custom GUI
- Banner Template item for storing imported images
- Custom Banner item and placeable banner blocks
- Support for PNG image importing
- In-game image editor with scale, X/Y position, and rotation controls
- Standing and wall-mounted custom banners
- Custom banner rendering in the world, inventory, hands, and as dropped items
- Banner cloth sway animation
- Crafting recipes for Banner Station and Banner Template
- Template clearing recipe
- Dedicated creative tab
- Singleplayer and multiplayer support
- Client and server configuration options
- Server-side image upload limits for safer multiplayer use
Notes
- Requires Minecraft 1.21.1 and NeoForge 21.1+
- The mod must be installed on both client and server for multiplayer
- No external dependencies required
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:RHTnTLvL:6FKinJw1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RHTnTLvL:6FKinJw1"
}

