Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdodd4598/sabjg
NCO script addon blockstate json generator.
https://github.com/tomdodd4598/sabjg
Last synced: 25 days ago
JSON representation
NCO script addon blockstate json generator.
- Host: GitHub
- URL: https://github.com/tomdodd4598/sabjg
- Owner: tomdodd4598
- License: mit
- Created: 2023-08-14T01:36:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:13:34.000Z (7 months ago)
- Last Synced: 2024-10-15T07:06:20.802Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Script Addon Blockstate Json Generator
======================================Summary
-------A simple program to generate blockstate json files for NCO script addons. The first program argument is the type of block to generate for, and all subsequent arguments are the material names of the specified block type to generate for. For example, the arguments `sink titanium cobalt osmium` will generate the heat sink jsons `solid_fission_sink_titanium.json`, `solid_fission_sink_cobalt.json` and `solid_fission_sink_osmium.json`.
Permissions
-----------In practice, the license on any code I write means very little, but for those who want a some semblance of formality, let it be stated that all code is available under the [MIT License](https://github.com/tomdodd4598/SABJG/blob/main/LICENSE.md).