Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
Updated last month
All versions
1.19.2-2.2.1.3
Release
Lightman's Currency 1.19.2-2.2.1.32 years ago 68
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
- Upgraded wallet slot (when curios is not present). It is now a proper item slot in the menu instead of some screen event listeners pretending to be a slot.
- Emeralds are now their own coin chain by default, and can be stored in wallets or used as money for traders.
- Will not be automatically added if a MasterCoinList config file already exists.
- Chocolate Coins now have proper Coin Pile & Coin Block variants.
- Added lolcatz translation for coins.
- Supplementaries Red Merchant Menu now fills coins from your wallet into villager trade slots when a trade is selected.
- Fixed an issue where it didn't properly default the "main" coin chain for money/price selection correctly.
- Fixed an issue where coins would not be automatically filled into a villager trade if one of the trade items wasn't a coin (i.e. librarian coin + book trades)
- Fixed an issue where the "Access Portable Terminal/ATM" key-binds still functioned even when you were in a menu.
- Fixed an issue where the magical wallet advancement was granted when you obtained any wallet.
- Fixed an issue where Supplementaries never actually ran their
RedMerchantTradesEvent. Trades are now manually changed via mixin when needed. - Fixed an issue where the Tax Collector list command would not display the dimension properly.
Optional dependencies
Any compatible version
Any compatible version
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:wvMc8AJt:zXPxfwrR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvMc8AJt:zXPxfwrR"
}

