1.4
Compatibility
Changes
Better Banners 1.4
New :
- Mount banners or the ability for adding banner for any ridable mobs like Horses, Donkeys, Mules, Skeleton/Zombie Horses, Liama and Trader Llamas, work by Shift + Right-Click to Equip, swap or remove.
- Custom painted elytras by crafting table and work also with animated banner, can be easily cleansing by either drop elytra and Water Bottle in same area or 2 hands and Right-Click.
- Banners can be equipped directly in helmet slot like pillager raid captains.
- Adding horizontal button in crop screen.
Fixes :
- Non-destructive cut alterations now preserve original painted artwork underneath.
- Fix flashing black ledges cutting in horizontal cut edges
Mod Compatibility :
- Small Ships Compatibility : custom painted or cuts can now be render in Brigg, Cog, Galley, Drakka, etc., with full wind waving animations.
- Supplementaries Flag : Supplementaries flags can now insert in all Better Banners tables and be edit horizontally with full scale.
- Curios API : wearing the banners now work with Curios mod also if players want to save helmet slot.
Upcoming Version: Work on Minecraft 26.x is in progress. Stay tuned for future updates.
Report issues: the players can now report about bugs, compatibility request and feature request from BetterBannersIssueTracker
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:YNSqbOjm:6JhsqErz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YNSqbOjm:6JhsqErz"
}

