Tags
Creators
Details
Licensed GPL-2.0-only
Published 5 months ago
Updated 3 weeks ago
All versions
0.2.6-beta
Beta
moretraffic 0.2.6-beta3 weeks ago 339
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
0.2.6-beta
⚠️ Important changes: Recent update introduced changes regarding Signboard position. This may visually break some placed signboards.
Added:
- New Block "Exposed Concrete" with variants.
- You can now copy and duplicate elements in Signboard
Fixes and changes:
- Signboards are now centered on block.
- You can customize size of signboards' backgrounds and background must be a first element.
- Finally changed all saving/mouse focusing issues.
- Fixed issues with how Signboards render elements
- Fixed a LED Strip bug that allowed you to place them fully out of block and prevent them from being broken.
- Remade recipes so they are a little bit more reasonable.
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:ehd4WTU1:s7bQSzZC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ehd4WTU1:s7bQSzZC"
}

