Tags
Creators
Details
Licensed MIT
Published last year
All versions
1.21.1-2.5.0
Release
Zero Point Systems 1.21.1-2.5.03 days ago 52
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Additions
- Robotic Arm block
- Incomplete Robotic Arm blocks
- Robotic Arm Segment item
- Address Pad item
- Coal Burner block
- Power Cell block
- Creative Power Cell block
- Rolling Mill block
- Assembler block
- Copper Nugget item
- Copper Magnetron item
- Energy Storage Module item
- Aluminum, Copper, Gold wire items
- Power Drill item
- Chainsaw item
- "offset" script commands
Changes
- New mod icon
- Fusion library no longer a dependency
- Renamed Data Cable block & item
- Removed "Zero Point Systems" painting variant
- Removed 15-line limit in Script Terminal
- Changed crafting recipes for Cable & Data Cable
- Radio blocks now support 64 different frequencies instead of 16
- Script Terminal reference manual now only shows integration tabs for installed mods
Bugfixes
- Fix chained Data Combinators producing no output
- Fix lithium ores dropping the block without silk touch (1.21.1 only)
- Fix "else if" script commands not resolving conditions properly
- Fix
/reloadcommand causing duplicate script commands registration - Fix catwalk stairs Z fighting with adjacent blocks
- Fix mod loading crashes with some Create addons
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:6sObdFxl:HoVFxhhb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6sObdFxl:HoVFxhhb"
}

