Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 years ago
All versions
0.0.2
Beta
Exeventyre [v0.0.2] [1.20.1]3 years ago 439
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog:
- Crystal Caves. New Overworld biome.
- Cryslate. The main block of the new biome. Has a variety of decorative variations.
- Crystwood.
- Crystal Clusters. Drops clusters on destruction. Silk Touch enchantment will allow to get the block itself. Fortune enchantment will allow a bigger chance to get a second cluster. No more than two clusters can be obtained.
- Crystal Cluster (Item). Right-cliking will drop a blue, purple, or green crystal cluster. May not drop anything.
- Blue, Purple, and Green Crystal Clusters - may be converted to blocks. Also, the blue ones are the most frequent, and the green ones are the rarest.
- Crystal Blocks are made from clusters.
- Polished Crystal Blocks - are made from Crystal Blocks on the stonecutter.
- Crysthermite. Obtaining by melting crystal wood. Can melt 8 pieces in a furnace. Thus, you can remelt 8 logs with one piece of coal to get fuel equal to 8 pieces of coal.
- Crysthermite Block.
- Hinocryst, Vilocryst, and Terracryst are plants in a crystal biome.
- Crystal Saplings.
- Arcanaeum Ore.
- Arcanaeum Pile. Drops from Arcanaeum Ore.
- Arcanaeum Dust. Crafts from 9 Arcanaeum Piles.
- Brass Scrap. Crafts from Raw Iron, Raw Gold and Raw Copper.
- Brass Ingot. Smelts from Brass Scrap.
- Hinocite Tools. It's Gold tools upgraded in Smithing Table with Blue Crystals. They're has the same properties as Gold Tools but more durability.
- Crystal Powder. Can fertilize Crystal Saplings.
- Mending Grease. Can repair Hinocite Tools (and other sorcery tools in the future)
- Fairy Dust. Drops from Allays.
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:x4QXRUmK:rOR3a2GX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x4QXRUmK:rOR3a2GX"
}

