Tags
Creators
Details
2.0.0-beta4-fabric
Compatibility
Required content
Changes
VeganDelight 2.0.0 - Beta
- Fixed a bunch of bugs, including:
- Create compatibility recipes being broken
- fluids interacting weirdly with tanks
- our recipes not being compatible with salts from other mods
- Added a tooltip to some VeganDelight items, telling you what you can do with them
- Added a "Vegan" label that appears when you craft an item using a substitute (e.g. burger from tofu patty)
- Changed applesauce to only work as an egg replacement in baking recipes, e.g. for cakes, cookies and similar items
- Adjusted some recipes - soy milk no longer requires a water bucket
VeganDelight now requires the RecipeModification library to work.
Important Note: When upgrading an existing world, there might be some issues. It is recommended to update to this release when playing a new world.
Please report any bugs you may find on GitHub. Have fun testing out the new release!
Known incompatibilities
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:PESWQyFD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Na8nA0jA:PESWQyFD"
}

