Links
Tags
Creators
Details
2.0.0-b1
Compatibility
Changes
Korean Delight 2.0.0-b1 – Update Notes
This update expands Korean Delight with fermentation, new cooking equipment, Create integration, balance changes, advancements, and multilingual support. New Content Added the Jangdokdae, a traditional Korean fermentation jar. Meju ferments into Fermented Meju after 2 in-game days. Kimchi ferments into Mukeunji after 10 in-game days. Sleeping correctly advances fermentation time. Nearby snow or ice speeds fermentation up by 1.3×. The lid disappears while the Jangdokdae is open.
Added Mukeunji, long-fermented kimchi. Restores 4 hunger and 3 saturation. Grants Fire Resistance for 50 seconds. Grants Strength II for 60 seconds. Grants the special “Fight Fire with Fire” preparation effect.
Added Richer Doenjang Jjigae. Made using Fermented Meju. Restores 7 hunger and 9 saturation. Includes the new “Even Richer and More Savory” advancement.
Added the Darai, a traditional Korean basin used for making kimchi. Holds up to 1,000 mB of water. Each batch of kimchi consumes 100 mB. Water buckets are stored inside instead of immediately returning empty buckets. Stored ingredients and buckets can be recovered with Ctrl + Right Click. Includes recovery messages and visual item rendering.
Added the Presser. Its recipe mode defaults to “None.” Input slots cannot accept ingredients while no recipe is selected. Recipes can be selected and locked by right-clicking with a wrench. Includes a dedicated interface and JEI recipe category.
Create Integration Added optional support for Create: Slice & Dice. Kimchi can be produced using a basin and mechanical mixer. The process consumes 100 mB of water. These recipes are only available when the required Create add-on is installed.
Added a Create Crushing Wheels recipe: Crushing sand has a 30% chance to produce one Salt. The remaining 70% produces nothing. This recipe is only loaded when Create is installed.
Recipe Changes Removed the old cooking-pot kimchi recipe. Added a crafting recipe for the Darai. Changed the soy sauce recipe to require a Water Bottle instead of an empty Glass Bottle. Fermented Meju is now represented as a placeable block. Food Balance Changes Kimchi: 2 hunger and 5 saturation. Jeyuk-bokkeum: 6.5 hunger. Tteokbokki: 4.5 hunger and 5 saturation. Janchi-guksu: 5 saturation. Buldak Noodles: 5.5 hunger. Doenjang Jjigae: 4 hunger and 6 saturation. Sikhye: 3 hunger and 2 saturation. Advancements Added “Happy Birthday!” for eating Miyeok-guk. Added “Even Richer and More Savory” for Richer Doenjang Jjigae. Fixed “Fight Fire with Fire” so ordinary Fire Resistance no longer triggers it.Players must enter lava while the special food-granted effect is active.
Fixed advancement sounds so they only play when the relevant advancement is earned for the first time. World Generation Reduced wild crop generation rates to make ingredients more rewarding to discover. Increased Salt Ore generation. Salt Ore can now generate as both veins and isolated blocks. Interface and Polish Reorganized the creative inventory into clearer groups:Blocks and equipment Wild crops Raw ingredients Processed ingredients Fermented foods Finished dishes
Reworked the Jangdokdae and Presser interfaces. Improved machine and container sounds with quieter, more varied sound effects. Added or updated textures for Mukeunji, Fermented Meju, and Richer Doenjang Jjigae. Added translations for English, Korean, Japanese, German, French, Spanish, Portuguese, Russian, and Chinese.
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:7RX5NJsV:9L2bKSjm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7RX5NJsV:9L2bKSjm"
}

