Tags
Creators
Details
0.0.1.alpha.1
Compatibility
Required content
Changes
Feedback and bug reports are greatly appreciated! Bug tracker. Joining my Discord is also strongly encouraged! Discord server.
Initial alpha version for Minecraft 1.21.11, Fabric only, but NeoForge is planned also. The final release will happen as soon as the following versions will be supported:
- 1.21.11
- 1.21.8
- 26.1.2
- 26.2
- 26.3
At moment, no other ports are planned.
Added
- Relays: A variant of classical Vertical-Diode blocks in Minecraft which will bypass the downward block transmission. Crafted with 1 central amethist shards bounded by 4 blocks of the same Vertical-Diode block.
- Redstone Lantern: A simple redstone variant of the lantern. It is more powerful compared to the Redstone Torch, as the Lantern variant will strongly power not only the upper block, as the Redstone Torch does, but every neighbor block exception made for the block on which the lantern has been attached to.
Just a reminder
The README.md and LICENSE files are the official fallback for this project rights.
The license is GNU-GPLv3, but i prefer you to open an issue on the Bug tracker for a Fork request or for a Collaboration request.
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:uRbi6RNO:QzTM9q75"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uRbi6RNO:QzTM9q75"
}

