Tags
Creators
Details
v0.2-alpha
Compatibility
Changes
Added more commands and room features. Added more config as well allowing for greater customization. Significant changes are:
- Room blocking: Cuts big rooms into several smaller, making bigger rooms generate much faster. (PERFORMANCE IMPACT!)
- Connecting rooms: Walls that have rooms right next to them will now not generate, making the structure more cohesive.
- Room features config: Most room features blocks can now be configured in the config.
Config and Commands:
Key: [/] changed, [+] added, [-] removed, [o] unchanged
All Commands:
[o] /spreadrooms start
[/] /spreadrooms stop
[+] /spreadrooms reload
[+] /spreadrooms reset
[/] /spreadrooms debug rooms_ticking
[/] /spreadrooms debug rooms_count
All config:
[o] areaFromCenter Integer
[o] timeToSpread Integer
[/] timeToSpreadVariation Integer
[o] timedSpread Boolean
[+] strictGeneration Boolean
[+] generateOnPlane Boolean
[+] connectRooms Boolean
[o] maxGenRooms Integer
[o] defaultRoomSize Size
[+] sizeVariation Size
[+] sizeVariationShift Size
[+] sizeVariationFactor Size
[+] roomBlocking Boolean
[+] maxRoomSize Size
[+++] featureStates Array of Blocks
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:usH5uzGz:82mXyDSM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:usH5uzGz:82mXyDSM"
}

