Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.25.0
Alpha
Signal Industries 0.25.02 months ago 293
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- SI worldgen is now available in retro and hell worlds.
- Fixed several issues with the block version of the Pulsar.
- Added btwaila info to machines that were missing them.
- Revamped the machine core textures.
- Added SI tiered versions of the trommel.
- Added a configurable redstone clock.
- It is now possible to grow flowers inside the bonsai pot machine.
- Added a visual I/O configuration screen. (The manual, older one can still be accessed also)
- Added charge bars to SI tools.
- Added a mechanism to hopefully restore correct IDs of a world even if the config is deleted.
- Adjusted laser drill chances.
- Added "to block" and "to item" recipes for common materials.
- Buffed conduit transfer speed for higher tiers.
- Added the ability to duplicate ROM chips with a blank chip and an EEPROM programmer.
- A few more quests.
- Added heat pump machine, melts or freezes blocks in the world.
- Fixed issue where crystals were made with additional unnecessary NBT data.
- Buffed steel yield in the waking alloy smelter.
- Show slot id in tooltip when extra item info is enabled.
- Added reinforced induction smelter.
- Added recipe for 2x parallel processor.
- Added more building blocks.
- Added an option to hide fluid conduit rendering.
- Added an incomplete custom structure system.
Optional dependencies
Any compatible version
Any compatible version
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:3F9H5wFy:DcUUvtTX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3F9H5wFy:DcUUvtTX"
}

