Tags
Creators
Details
0.3.0
Compatibility
Changes
๐ LostHorizon โ Version 0.3.0 - Mystic Feast
โจ New Content
๐ด Mystic Food System
LostHorizon introduces 6 new mystical foods, each with unique effects and strategic uses:
๐ฏ Crystallized Honey
- Nutrition: 6 hunger points | Saturation: 0.5
- Stack: 16 | Always edible: Yes
- Effect: Removes one random negative effect from the player
- Obtaining: Crafted or found in certain structures
๐ Mystic Mushrooms
- Used as a crafting ingredient for Onyx Essence
- Found in mystical biomes
- Stack: 64
โ๏ธ Ice Scale
- Nutrition: 2 hunger points | Saturation: 0.4
- Stack: 16 | Always edible: Yes
- Effects:
- Fire Resistance I (45s)
- Regeneration I (5s)
- โ ๏ธ Slowness I (8s)
- Obtaining: 10% drop from mobs in Ice Tower, or crafted with 4 Ice Crystals + 1 raw fish
- Use: Perfect preparation before exploring the Nether or fighting Dark Blazes
๐ฅง Traveler's Pie
- Nutrition: 8 hunger points | Saturation: 1.2
- Stack: 16 | Always edible: No (requires hunger)
- Effects:
- Speed II (30s)
- Jump Boost I (30s)
- Haste I (20s)
- Craft: Bread + Cooked Meat + Carrot + Potato + Mythril (center)
- Use: Premium exploration food, excellent for long-distance travel
๐ค Onyx Essence
- Nutrition: 1 hunger point | Saturation: 0.1
- Stack: 8 | Always edible: Yes
- Effects:
- Strength II (25s)
- Absorption I (15s) - +2 temporary hearts
- โ ๏ธ Hunger II (30s)
- โ ๏ธ Instant ยฝ heart damage
- Craft: Glass Bottle + 3 Onyx + 1 Red Mushroom + Mystic Mushrooms
- Use: Desperate combat elixir - high risk, high reward for boss fights
โก Thunder Heart
- Nutrition: 2 hunger points | Saturation: 0.3
- Stack: 8 | Always edible: Yes
- Effects:
- Speed III (15s)
- Haste II (15s)
- Knockback Resistance (15s)
- โ ๏ธ Glowing (20s)
- Obtaining: 5% drop from Charged Creepers, or crafted with Heart of Bond + 4 Gunpowder + 4 Redstone
- Use: Offensive rush item perfect for quick boss attacks
โจ Runic Ambrosia
- Nutrition: 10 hunger points | Saturation: 2.0
- Stack: 16 | Always edible: No (requires hunger)
- Effects:
- Regeneration II (45s)
- Resistance I (60s)
- Absorption II (45s) - +4 temporary hearts
- Luck II (3min)
- Fire Resistance I (60s)
- Craft: 2 Crystallized Honey + 2 Runite + 1 Golden Apple + 2 Emeralds + 2 Blaze Powder
- Use: Ultimate endgame exploration food - extremely expensive but provides comprehensive long-lasting buffs
๐ Food Advancements
A complete advancement tree for mystical foods:
- Mystic Cuisine: Taste your first mystical food (50 XP)
- Healing Sweetness: Eat Crystallized Honey (25 XP + recipe)
- Heart of Ice: Eat an Ice Scale (30 XP)
- Traveler's Provisions: Craft a Traveler's Pie (40 XP)
- Willing Corruption: Eat Onyx Essence (100 XP) - Goal advancement
- Inner Thunder: Eat a Thunder Heart (75 XP)
- Feast of the Gods: Eat Runic Ambrosia (150 XP + 3 Emeralds) - Goal advancement
- Mystic Gourmet: Taste ALL mystical foods (500 XP + enchanted book) - Challenge advancement
- Fighting on the Edge: Kill a boss with โค2 hearts while under Onyx Essence effect (300 XP + Void Shard) - Hidden challenge
โ๏ธ Balance Philosophy
All new foods follow vanilla-friendly principles:
- No overpowered items - situational advantages only
- Meaningful trade-offs (negative effects, high costs, hunger requirements)
- Strategic variety: medical, tactical, exploration, and combat options
- Stack sizes reflect rarity and power (8-16 for most items)
๐ฝ๏ธ This stable release focuses on enriching survival gameplay with diverse food options that complement exploration, combat, and preparation strategies.
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:1YnDD9Te:AfnEoUON"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1YnDD9Te:AfnEoUON"
}

