Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Links
Creators
Details
Iotaworks beta — patterns to manipulate iotas themselves
Features
- Patchwork iotas
allows you to create iotas that modify the behavior of certain patterns - TODO: Subscripts
allows you to make executable iotas 'dip' under part of the stack
For developers
repositories {
exclusiveContent {
forRepository {
maven("https://pool.net.eu.org/") { name = "pool maven" }
}
filter {
includeGroup("org.eu.net.pool")
includeGroup("poollovernathan.fabric")
}
}
}
dependencies {
api("org.eu.net.pool:phlib:VERSION")
api("org.eu.net.pool:iotaworks:VERSION")
}



