1.0.0+mod
Compatibility
Changes
Local Stewery 1.0.0
The first-ever release.
Ingredients
| Item | Nutrition | Saturation | Type |
|---|---|---|---|
| Apple | 4 | 2.4 | Other |
| Beetroot | 5 | 6 | Vegetable |
| Brown Mushroom | 3 | 3.6 | Other |
| Carrot | 5 | 6 | Vegetable |
| Chorus Fruit | 5 | 6 | Other |
| Glow Berries | 1 | 0.6 | Other |
| Kelp | 1 | 0.6 | Other |
| Potato | 5 | 6 | Vegetable |
| Pufferfish | 5 | 6 | Meat |
| Raw Beef | 8 | 12.8 | Meat |
| Raw Chicken | 6 | 7.2 | Meat |
| Raw Cod | 5 | 6 | Meat |
| Raw Mutton | 6 | 9.6 | Meat |
| Raw Porkchop | 8 | 12.8 | Meat |
| Raw Rabbit | 5 | 6 | Meat |
| Raw Salmon | 6 | 9.6 | Meat |
| Red Mushroom | 3 | 3.6 | Other |
| Rotten Flesh | 4 | 0.8 | Meat |
| Spider Eye | 2 | 3.2 | Other |
| Sweet Berries | 2 | 0.4 | Other |
| Tropical Fish | 5 | 6 | Meat |
Mechanics
Soups are made using a Water Cauldron on top of a Campfire. To create a soup, simply throw your ingredients (up to 3) into the cauldron and collect the Soup using a bowl.
The Nutrition and Saturation value of a Soup are the combined values of all of its ingredients, except with a couple of modifiers applied:
All Modifiers
» Duplicate ingredients have their values halved
» Adding additional ingredients after the first one decreases the total by 10%
» Any ingredient in the Other category boosts the total by 20%
» Adding 2 Meats decreases the total by 10%
» Adding 3 Meats decreases the total by a further 20%
» Similarly, adding 3 Vegetables decreases the total by 20%
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:8VUuG9yX:zhp09b5D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8VUuG9yX:zhp09b5D"
}

