Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 888 Bytes

File metadata and controls

16 lines (9 loc) · 888 Bytes

NekoJS CSV

Adds CSV (Comma-Separated Values) Parse/Read/Write support for KubeJS. This mod has no functionality for end users (players).

CSV files is popular in professional game development, and also can be more efficient when you want to do a lot of modifications than writing KubeJS script for each of them (e.g. when you need to add a lot of new blocks/items).

See the Usage Document for example usages.


Credits & Licensing

This project is a port of KubeJS-CSV by ChloePrime to the NekoJS platform.