Included content
| Name | |
|---|---|
Compatibility update along with general additions of armor and recipes
[*] AOTA
[*] Life Crystal
[+] Champion Helmet
[+] Champion Chestplate
[+] Champion Leggings
[+] Champion Boots
[+] Hallowed Helmet
[+] Hallowed Chestplate
[+] Hallowed Leggings
[+] Hallowed Boots
[+] Floral Helmet
[+] Floral Chestplate
[+] Floral Leggings
[+] Floral Boots
[+] Dragon Wings
[+] Empress Wings
[+] Hallowed Be Thy Name
[+] Keep Warm!
[+] Netherite Armor + 4 Chorus Plating + 1 Enderite Upgrade = Champion Armor
[+] Netherite Armor + 4 Hallowed Ingot + 1 Enderite Upgrade = Hallowed Armor
[+] Netherite Armor + 8 Cherry Leaves + 1 Enderite Upgrade = Floral Armor
[+] 4 Chorus Fruit = 4 Chorus Plant
[+] End Stone + Blaze Powder = 3 Glass
[+] 4 Phantom Membrane = 2 Leather
[+] 3 Chorus Plant + Water Bucket = 6 Paper
[+] Chorus Flower = Purple Dye
[+] Ender Eye + Water Bucket = 3 Slime Ball
[+] Glowstone + Arrow = 4 Spectral Arrow
[+] Chorus Fruit = Sugar
[+] Bowl + Red Mushroom + Brown Mushroom + Chorus Fruit = Levitation Suspicious Stew
[+] Bowl + Red Mushroom + Brown Mushroom + Pink Petals = Absorption Suspicious Stew
[+] Bowl + Red Mushroom + Brown Mushroom + Pitcher Plant = Strength Suspicious Stew
[+] Popped Chorus Fruit = Gunpowder
[+] Popped Chorus Fruit = Gunpowder
[+] Stellarity x Nullscape
[*] Item Tooltips
Won't be updating for a while due to college setup!
| Name | |
|---|---|
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.
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:45WspQ04:qDSuVHrG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:45WspQ04:qDSuVHrG"
}