Iotaworks

Quick rating

Community listing page, reviews here may not be monitored by the author.

Iotaworks

By poolcritterOwner

No reviews yet

A Hex Casting addon for manipulating iotas.

Mod Loaders
Minecraft

About

Description

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")
}