Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 7 months ago
All versions
1.1.0
Release
Bloo's Gacha Machine v.1.1last year 2,599
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
v1.1.0 - More and More Update
- Added a new default currency for all gacha machines: The Gacha Coin. By default costs 1 Emerald to craft, but is datapackable.
- Replaced the Basic Capsule with the Wood Capsule for the default machine.
- Adjusted the amount of currency required for the base machine from 3 to 5 Coins.
- Added 9 color variants of the base machine: Red, Yellow, Orange, Green, Blue, Purple, Pink, White, and Black Gacha Machines. Can be crafted by combining the base machine with the corresponding dyes.
- Added default gacha coins and by default 10 gacha capsules for each of the new machines, which are also datapackable.
- Added a 1/32 chance of getting double capsules.
- Added SFX for inserting currencies and opening capsules for better immersion.
- Updated the base machine with a new texture.
- Removed gacha_level as a way to calculate blockstates.
- Adjusted the currency amount config to be datapackable and more user friendly.
- Adjusted the invalid currency message to show proper item name instead of the item tag.
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:67dS28p4:AdhYL4Pu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:67dS28p4:AdhYL4Pu"
}

