Curios Registry

Small code to registry and check Curios, it works by just adding the parameters to the array. Docs: https://github.com/gcatkjspkgs/leonarizs-pkgs/blob/curios/README.md 0 downloads65 views
author's profile afirst child cssvatar
Created by
Leonariz (gcatkjspkgs)
Available for
Forge1.161.18
README file

Register curios using KubeJS

kjspkg-available

Config example

global["customCurios"] = [
    {
        curio: 'minecraft:dirt',
        slot: 'ring',
        func: () => {
            // Curio code here
        }
    }
]