1.35.4
Compatibility
Changes
Nifty Book crash fix
=======1.35 Update=========
-New Nifty Book with descriptions of what the blocks do -Scaffolding stairs and slabs
-Drivable vehicles as well as quite a few new vehicle options -Power poles can be connected with wires now and they conduct FE
-Electricity system as well as a few generators like the solar panel or wind turbine
-Rare earth metal resource for high tech crafting recipes -Most blocks and items are now craftable
-Display panels
-Liquid storage options with the barrels and steel tank
-Extra large containers with the new Shipping Container blocks -Conveyor Belts with 2 tiers -Custom modeled text signs
-Updated crossing siren sound -Creative tab filters
-Creative Road Building Tool -Hydroponic basin and Grow lights -A few new decoration options
-Shelfs now can store and display items
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:n8Nzb6mD:8lENfHgT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n8Nzb6mD:8lENfHgT"
}

