All versions
1.1.0
Release
1.20.1-1.1.0last year 144
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added:
- Latiao: Iced Latiao of all grades, Enchanter Latiao, Ginger Meow's Latiao.
- Items: Frost Pepper, Frost Pepper Powder, Volcanic Mustard, Sculk Mint, Pepper Fertilizer, Pyrospicy Jade.
- Blocks: Wild Frost Pepper, Block of Pyrospicy Jade.
- Effect: Cryoshield.
- Villager Professions: Prince Latiao, Flavorist.
- Extra Spice Event: Sentinel.
- Enchantment: Latiao Mending.
- New Wandering Trader Trades.
- Several new advancements.
Updated:
- You can now activate a skill by right-clicking while holding the Evilness Sword.
- The advancement "Incandescent Ode of Resurrection" has updated trigger conditions.
- New config files have been added so players can tweak different parts of the gameplay.
- Using Blaze Powder to flavor Latiao no longer produces "Yufong" Latiao, and the Lava Walker effect duration is always at 60 seconds now.
- Traditional Chinese content in the Latiao Cookbook has been refined and improved.
- "Relic" rarity and "Relicacy" latiao grade now display gradient-colored names.
Fixes:
- Fixed a performance issue where the Pepper Transformation consumed excessive memory.
- Fixed missing particle and sound effects when resurrecting via the Undying Benediction effect.
- Fixed missing "latiao" tag of Undying Latiao.
- Fixed the smelting time issue when turning a Block of Hotaurum Latiao into a Hotaurum Ingot in the Blast Furnace.
Support:
- Obscure Tooltips: Added custom tooltip styles for items of "Treasure" and "Relic" rarities.
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:70eF0Jga:SWivsyD5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:70eF0Jga:SWivsyD5"
}

