
KubeJS CSV
CSV Format Capabilities in KubeJS
This mod adds support for working with CSV files (Comma-Separated Values) for the KubeJS platform, enabling reading, writing, and parsing operations. It's important to note that the module offers no direct functionality for players and is exclusively aimed at developers.
The CSV format is widely used in professional game development and can be significantly more efficient for implementing mass changes than creating individual KubeJS scripts for each element. For instance, when adding numerous items or blocks, using CSV tables enables structured and centralized data management.
Why is This Module Needed?
For security reasons, KubeJS restricts access to standard Java input-output operations through java.io/nio libraries, allowing work only with JSON files. Without this extension, KubeJS scripters lack the ability to legally interact with CSV file formats. The mod provides a secure and authorized way to bypass these limitations.