ModLGPL-3.0-or-later
Iotaworks
A Hex Casting addon for manipulating iotas.
193
Downloads
0
Followers
2 months ago
Updated
📦
4
Versions
📖About Iotaworks
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")
}