CLI v2.0.0
This release brings a reshaping of CLI with some commands shuffled around for ease of use, marking our first major update.
- Files included through
[mod.json].resources.files
are now placed underresources
and notresources/{mod.id}
(ec73599) - Fix example mod comment stripping (1eee4c1)
- Add
[mod.json].resources.libraries
for including files directly at mod.json root, intended for external libraries (ec73599) - Remove
geode package get-id
(0194344) - Add
geode project
subcommand for working with a Geode mod project (20ecad5) - Remove
geode install
(67fe0e3) - Remove
geode indexer
subcommand, move all relevant commands from it togeode project
(15e85dc) - Various improved error messages (f71db26, 05f3aaf, ae5a336)
- Fix SDK installation (751a120)
- Now available on Linux, apparently