Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Links
Creators
Details
note: just split this out of hexic due to unpopular demand; more features and a better description will come in 1.0.0 (and so will listing
currently adds patchwork iotas, allowing you to create iotas with custom display text and operations (applied to them when at the top of the stack). /* moderators idk what else to write here that's basically it */
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")
}



