Tags
Creators
Details
Licensed AGPL-3.0-only
Published 2 years ago
Updated 3 months ago
All versions
1.2.2-1.7.0-SNAPSHOT-1
Beta
Version 1.2.2-1.7.0 Snapshot 1 for 1.21.13 months ago 90
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Added
- Shopkeeper Villager: Villagers can use admin shops as a workstation and open the admin shop GUI when interacted with
- JEI Improvements: Ability to drag items from JEI when creating manifests
- Shopping Cart Improvements: Holding the
ShiftandControlkeys down while pressing the+or-buttons now applies a multiplierShiftis for 64 items, whileControlis for 10
- Sell All: By shift-clicking the shopping cart button in the admin shop, all items that you are able to sell will be added to the cart
- Admin Shop Set Item Quantities: You can now give items in the admin shop a set quantity
- Items can only be bought in these set quantities
- For example, you could let the player buy 16 torches for $1.00
- FTB Quests Integration: Added one new task and one new reward for accepting/giving money
- New Command:
/economy playercan be used to manipulate the contents of a player's wallet
Fixed
- Withdrawal Crash: Fixed crashes when withdrawing money from the wallet GUI
- Incorrect Change: Fixed issues with incorrect amounts of change being given
- Purchase Tracking: Fixed the issue with the purchase manager not tracking purchases
Optional dependencies
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:QbQAxCM7:PIWXnnSz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QbQAxCM7:PIWXnnSz"
}




