Tags
Creators
Details
Licensed ARR
Published 8 months ago
All versions
1.18.2-forge-v3.0.1
Release
Buildscape-1.18.2-3.0.1 HotFixlast month 110
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Thank you for Reporting all the Bugs <3!
- Improved the Load time by 30% to load the packs with more amount of Mods
- Added a better ability to generate Verticle Stairs & Slabs without causing any problems & load time issues
- Added a New World Rule called Vertical Stuff Manager in the Buildscape Config Button
- Here you can add/remove any Block you want/ dont want as Verticle Slabs & Stairs
- Refined the Buildscape Config UI
- Added the missing Break Tags for the Newer Blocks
- Added New Glass Stairs & Slabs for both Vanilla & Buildscape Glass Variants
- Fixed a Massive Generation bug with Waterlogged Leaves with all Mods which adds Leaves
- Fixed Concrete Dupping Bug
Happy Gaming
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:9qweL5rw:nPki56DR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9qweL5rw:nPki56DR"
}

