A0.2
Compatibility
Required content
Changes
A0.2: Alpha - 15.7.26
This update focuses heavily on game mechanics rather than discs.
-
New entity: Disc Trader. Will sell 3 random discs for a fluctuating amount of emeralds (ranging from 2 to 11). It behaves exactly like a wandering trader: same AI, Texture, Functions, Llamas, etc... Disc Trader spawns exactly like a wandering trader, at a lower chance.
-
New command:
/discs testtraderto test wandering/disc trader's spawn. May require a bit of spamming. Has an access level of GAMEMASTER (2) -
New loot tables: Each disc has now an alternative way of being obtained, ranging from opening chests/vaults in structures to killing mobs.
-
Discs now have the "epic" rarity by default and Boss discs (Noobador) have a gradient.
-
As per above, Wandering Trader's trades have been reverted to vanilla.
Bug Fixes:
-
Fixed a bug where the discs would be listed inverted (Z-A). This was caused by a LinkedHashMap returning the assets in a reversed order.
-
Fixed a critical bug where opening the creative tab for the discs would crash the game.

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:hcCpej7s:AOsT0HG4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hcCpej7s:AOsT0HG4"
}

