1.0.1
Compatibility
Changes
### Changelog:
-Updated Textures
-Czechium Armor
-Both Item & Model variants
-Czechium Axe
-Czechium Shovel
-Czechium Hoe
-Czechium Ore
-Block of Czechium
-Raw Czechium
-Krtek Heart
-Fixed Armor/Tools being weaker than intended
-Czech Armor is now the strongest set
-Damage Values (he/ch/le/bo: 4/9/7/4)
-No Knockback resistance
-Enchantability: 25
-Toughness: 4
-Armor equip sound: entity.goat.screaming.ambient
-Czechium Pickaxe now has the same durability as other Czechium Tools
-4227
-Czechium Sword has the highest attack damage
-10 (used to just be 4)
-Czechium Axe attack speed reduced
-1 (used to be 4.5 lol)
-Krtek Drill Enchantability Increased
-25 (used to be 2)
-Fixed Creative Tabs
-Added separate tab for Czechium on the second page
-Párek v Rohlíku now shows up in food tab
-Retextured Czechia Dimension Portal Block
-A new design with transparency
-Added particles
-Fixed unneeded crafting recipes
-Before there was an individual craft for every single configuration of items, all redundant recipes have been removed
-Cleans up the Recipe Book
-Czechia Portal Igniter is now obtainable without Creative Mode
-50% chance of appearing in ruined portal chest
-Added the Prague Scammer
-Final Boss
-Drops Párek v Rohlíku (temporary drop)
-Spawns in the Czechia Dimension
KNOWN ISSUES: -Prague Scammer spawns in like regular mobs. It's only supposed to spawn once when you first enter the Czechia Dimension. -Prague Scammer and Krteks only spawn in caves in the Czechia Dimension. They should both spawn on the surface too. -Kofola Soda has an extremely low viscocity and is practically an air block. There's not much I can do on my part. As far as I'm aware this is also a known issue for MCreator as a whole and the devs are working on resolving it.
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:G2kSg7eQ:DslQ7IGC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G2kSg7eQ:DslQ7IGC"
}

