Tags
Creators
Details
0.0.4
Compatibility
Required content
Changes
We added leather substitute:
You are now able to craft all your leather stuff without killing cows (or rabbits)!
Create leather substitute by using mushrooms, straw and tree bark in the cooking pot.
For best compatability you can cook the substitute to minecraft leather.
We fixed some recipes:
As there were quite some logical errors to the smoking system, we fixed the recipes to be more satisfying.
Just an example. You can not only craft smoked-tofu-slices by slicing smoked-tofu but also just smoke tofu-slices.
We removed four meal items:
Last update we've added four meals from Farmers Delight with new textures.
As there was no logical recipe for them besides changing the mods core feature of tofu replacing meat we removed these items.
In the near future we will implement our own meals, so we can work around this problem.
Sorry for the inconvenience.
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:Na8nA0jA:e69nWlNo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Na8nA0jA:e69nWlNo"
}


