All versions
1.1
Release
Vegan Delight 1.12 years ago 41.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1–1.20.4
Platform
Forge
Supported environments
Client and server
Required content
Changes
This is one of our best updates! Huge thanks to Jay Miller who made this possible.
Applesauce:
- As a lot of you wanted applesauce as a second egg substitute we finally added it
- You can use it just like silken tofu or eggs
- Cook it in FD's pot with apple, sugar and water
Fluids:
- Applesauce and soy milk are now available as fluids
- You can store them in every tank and transport in any fluid pipe
- Use Create mod to craft both of them
- More Create recipes will follow in version 1.2
Others:
- We added cooked tofu and cooked smoked tofu
- Tofu blocks take 50% longer for smoking and cooking than slices
- Minor changes with tags
- Silken tofu returns a bowl when consumed
- Soy milk bottle stacks to 16
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:1AyN13ps"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Na8nA0jA:1AyN13ps"
}


