1.1.0
Compatibility
Changes
The goblin update!!! (part 1)
Sorry for all the wait, had things to do, anyways...
What does it add?
Four new goblin cards
- Goblins
- Spear goblins
- Dart goblin
- Goblin cage/brawler
As well as a new structure, the Goblin village from the Goblin Queen Event trailer, get packed with tons of cards and moderately good loot after fighting the goblins inside this location.
The Goblin Queen!!
Fight this dangerous mob that wanders around the village, she's not much of a threat on her own but once she's hurt her ability reveals, she has a 16.6% chance of summoning a goblin, 16.6% of summoning a spear goblin, 16.6% of summoning a dart goblin and 50% of nothing.
(Gotta give her a drop next part)
New Discs!!
Two new discs are added as remade with Minecraft sounds, the Sudden death theme and the Hyperbaiter Diss Track by Vexy
The Sudden death disc is dropped after succesfully killing the Trainer king tower while the Hyperbaiter disc is crafted with iron ingots and nuggets, magma blocks and a single blue berserker card.

Throwable Spears
Obtainable by killing spear goblins and also craftable it's a... Throwable.. Spear? It's boring but okay for distance.
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:RMDyGpdA:Ensf7Nsh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RMDyGpdA:Ensf7Nsh"
}

