All versions
1.2.0
Release
1.20.1-1.2.0last year 296
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added:
- Added two new End-themed Latiao and Peppers.
- Added new status effects: Traceback, Ender Chain, and Tailwind.
- Added a new Latiao grade “Legendary Feast”, along with its corresponding Latiao series and Latiao Bonus Bag.
- Added a new Relicacy Latiao “Duplishape Latiao”.
- Added two new Contributor's Latiao.
- Added Latiao Frame — can be used on the Flavoring Table to duplicate Latiao.
- Added Yummy Sauce and Legendary Yummy Sauce — for upgrading Latiao grades.
- Added a new basic spice Illage Lime.
- Added a new secondary flavor “Sour”.
- Added new trades for the Flavorist.
- Added entity type tag
ltc2:hot_damage_immune. - Added a recipe to transform Obsidian into Crying Obsidian via the Pepper Transmutation.
- Added detailed explanations for Latiao grade calculation values.
- Cleanse Latiao can now purify Zombified mobs.
- Creative Tab now has two categories: “Blocks” and “Items”.
- Added trim materials for Hotaurum Ingot, Pyrospicy Jade, and Refined Underground Oil.
- Added
forge:gemstag for Pyrospicy Jade. - Added Patchouli manual entries for Grade-Treasure Latiao.
- Added missing
minecraft:swordtag for Evilness Sword.
Fixed:
- Fixed the
forge:crops/peppertag not working. - Fixed the
ltc2:cannot_flavour_with_salttag not working. - Fixed a text error in
latiao_bonus_bag_y.toml. - Fixed missing Wild Frost Pepper icon when viewing Pepper Transmutation in JEI.
- Fixed English text error related to Strider in the config file.
- Fixed Mortars not being consumed when repairing durability via crafting.
- Fixed Wild Frost Pepper dropping Wild Sweet Pepper when broken with Silk Touch tools.
- Fixed Pepper Fertilizer texture size issue (was 15×16).
Updated:
- Adjusted the Hotaurum upgrade template duplication recipe.
- Adjusted the recipe for the Mill.
- Adjusted trades for Prince Latiao and Flavorist.
- Adjusted Create’s recipe for obtaining Cleanse Powder from Wither Roses.
- Pepper Fertilizer yield in Pepper Transmutation increased from 2 → 3.
- Eating Jalapeño now grants Hot II instead of I.
- Vanilla Latiao is now one of the requirements for the “Latiao Fansboy” advancement.
- Changed the parent of the advancement “You wait to go hell and enjoy yourself” to “No Pepper No Fun”.
- JEI now displays additional information for some items.
- Latiao Bonus Bag config can now customize the amount of Latiao obtained.
- Config option added: require holding Shift to ignite Red Pepper Plants and Wild Red Peppers.
Support:
- Integrated with Immortalers Delight mod: added 4 new items and 1 recipe.
- Integrated with Applied Energistics 2 and Advanced AE: added new recipes.
- Completed Frost Pepper integration with Serene Seasons.
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:UCDY3vXz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:70eF0Jga:UCDY3vXz"
}

