0.0.5
Compatibility
Changes
Ultimate Car Mod: Added forge:ethanol tag to methanol Added forge:plantoil tag to canola oil Gave Create: Liquidburner recipe to canola oil Gave Create mixing recipe for glycerin, 750 mb and 3 gunpowder for 3 Create: Big Cannons Congealed Nitros.
Xenotech: Added Crude oil to forge:crude_oil tags Gave shapeless crafting recipes to craft Xenotech crude oil buckets from Create: Diesel Generators, Pneumaticraft, and TFMG crude oil buckets. Gave shapeless crafting recipe to craft Pneumaticraft crude oil bucket from Xenotech crude oil bucket Added TFMG distillation recipies, gave it the same resources as the other crude oils: In: 340 mb Out: 80 heavy oil, 60 mb diesel, 40 mb kerosene, 80 mb gasoline, 60 mb lpg
In: 180 mb
Out: 40 mb heavy oil, 30 mb diesel, 20 mb kerosene, 20 mb naphtha, 40 mb gasoline, 30 mb lpg
Gave shapeless recipe for Xenotech asphault to use Create: Diesel Generators, Pneumaticraft, and TFMG oil buckets.
Optional dependencies
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:vAsX2C3F:3h6LjxG5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vAsX2C3F:3h6LjxG5"
}

