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 downloads
•
65 views
- Created by
- Leonariz (gcatkjspkgs)
Register curios using KubeJS
Config example
global["customCurios"] = [
{
curio: 'minecraft:dirt',
slot: 'ring',
func: () => {
// Curio code here
}
}
]