All versions
2.1
Release
AVECOINS 2.1 - NeoForge - 26.2last week 11
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
AVECOINS
[2.1]
⨠Added
- Added the new Coin Wallet system, allowing players to virtually store their coins and tickets and use them directly when purchasing products from the shop.
- Added the new Selling Box system, allowing players to sell eligible items in exchange for the coins or tickets configured for each product.
- Items sold through the Selling Box are now automatically added to the shop's available stock.
- Added a new configuration option for applicable currencies to define the downgrade output provided by each coin.
- Added compatibility with Minecraft 26.1.2 for both NeoForge and Fabric.
š Changed
- Added a new texture for the Shop Administration button and repositioned its icon.
- Repositioned and adjusted several interface elements.
š Fixed
- Fixed various minor issues.
- Applied additional minor changes and improvements.
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:QViSuzMV:h3nW5xO7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QViSuzMV:h3nW5xO7"
}

