All versions
0.7.2
Alpha
Nexus Reds Addon Alpha 0.7.2last month 30
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Log de Atualização: Estabilização da Rede de Redstone e Refinamentos Visuais
[EN-US]
- Fix: Resolved the Redstone signal "flicker" issue. Implemented an isolated network calculation algorithm that prevents feedback loops between the pipe network and external redstone sources.
- Visuals: Added auto-joint logic. The pipe now automatically switches to the "Joint" model (with flange) when connected to non-pipe blocks, providing a cleaner industrial finish at connection ends.
- Textures: Fixed UV mapping issues causing visual tearing/transparent triangles on the pipe joints.
- Maintenance: Temporarily disabled the Copper Pipe from the creative tab for further optimization.
[PT-BR]
- Correção: Resolvido o problema de piscar (flicker) do sinal de Redstone. Implementado um algoritmo de rede isolada que impede loops de feedback entre a rede de canos e fontes externas de redstone.
- Visual: Adicionada lógica de "Joint" automático. O cano agora alterna automaticamente para o modelo de conexão (com flange) ao ser conectado a blocos que não são canos, oferecendo um acabamento industrial mais limpo nas extremidades.
- Texturas: Corrigidos problemas de mapeamento UV que causavam distorções visuais e triângulos transparentes nas juntas dos canos.
- Manutenção: O cano de cobre foi temporariamente desabilitado da aba criativa para otimizações adicionais.
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:mcgybx4Q:Wxz37kf2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mcgybx4Q:Wxz37kf2"
}
