Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gizmo-ds/taczjs-mod

KubeJS TaCZ integration.
https://github.com/gizmo-ds/taczjs-mod

kubejs minecraft minecraft-mod

Last synced: 25 days ago
JSON representation

KubeJS TaCZ integration.

Awesome Lists containing this project

README

        

# TaCZ JS

[KubeJS](https://github.com/KubeJS-Mods/KubeJS) [TaCZ](https://github.com/MCModderAnchor/TACZ) integration.

This mod was created to support my own modpack, with only the features I use and find useful.

For usage examples, please refer to the [`example`](https://github.com/gizmo-ds/taczjs-mod/tree/v1.2.2+mc1.20.1/example)
directory in this repository. This directory contains sample code and demonstrations to help you get started with the
mod.

You can also view the typescript type declaration file in
the [types](https://github.com/gizmo-ds/taczjs-mod/tree/v1.2.2+mc1.20.1/types) directory.

## License

### Code

Unless otherwise noted, the code in this project is licensed under the GNU General Public License v3.0 (GPL v3). You are
free to use, modify, and distribute the code as long as your project is also licensed under the GPL v3 or a compatible
license. For more information, please see the [GPL v3 license](./LICENSE).

### Assets

Unless otherwise specified, all assets in this project (such as textures, models, and other media files) are licensed
under the CC BY-NC-ND 4.0. This means you may share the assets as long as you give appropriate credit, do not use them
for commercial purposes, and do not modify them. For further details, please refer to
the [CC BY-NC-ND 4.0 license](https://creativecommons.org/licenses/by-nc-nd/4.0/).