All versions
1.8.5
Release
More Materials 1.8.5last week 5
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
More materials v1.8.5
This update add Glidwood biome along with new vegetation, building blocks, food, and three new ores
Added
Glidwood
-
Added the Glidwood biome.
-
Added Glidwood trees and a complete wood set:
- Glidwood Log
- Glidwood Wood
- Stripped Glidwood Log
- Stripped Glidwood Wood
- Glidwood Planks
- Glidwood Stairs
- Glidwood Slab
- Glidwood Fence
- Glidwood Fence Gate
- Glidwood Door
- Glidwood Trapdoor
- Glidwood Leaves
- glid mud
Nature
- Added Glid Grass.
- Added Glid Bloom flower.
- Added Glid Pear, a new fruit found in Glidwood trees.
Ores
- Added Umbrite Ore.
- Added Blackish Ore.
- Added Neon Ore.
Loot
- Glid Pear has a 2% chance to drop from Glidwood Leaves.
- The Fortune enchantment increases the chance of obtaining Glid Pears.
- Silk Touch can be used to collect Glidwood Leaves.
Fixed
- Fixed leaf foliage colors in all biomes.
- Fixed the all biomes that generating in desert i think....
- Fixed the temp. of biomes
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:vpqYb4b3:W8NWyWAm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vpqYb4b3:W8NWyWAm"
}

