Tags
Creators
Details
All versions
0.7.0.0
Release
Recurrent Complex Volts 0.7.0.03 days ago 29
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
Recurrent Complex Volts 0.7.0.0
- Added in-game weighted structure-pool authoring through
Auth → Script → Pool. - Added
/rc struclistcommands and a pool picker forSpawn → Set List. - Pool members support weights, offsets, facing, and optional mod dependencies.
- Pool edits take effect immediately without
/rc reload. - Fixed fences and other connected blocks not updating correctly after structure placement.
- Improved restoration of stairs, walls, panes, gates, redstone, vines, chests, double plants, and similar blocks.
- Improved the Pool GUI layout.
- Removed confusing “legacy format” wording from
/rc export. - Expanded the authoring and configuration documentation.
Existing .rcst structures and structure lists remain compatible. Maze authoring is not included in this release.
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:J8SYWt2i:X8xcrgrp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:J8SYWt2i:X8xcrgrp"
}

