Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.38 KB

File metadata and controls

36 lines (26 loc) · 1.38 KB


Cobalt

mod-loader minecraft-version language

About The Project

Cobalt is an open-source Minecraft Fabric project focused on providing a modular scripting and automation framework with an emphasis on extensibility. It is designed to be easy to experiment with, extend through addons, and adapt to different use cases without locking users into a rigid structure.

Cobalt was open sourced to encourage learning, collaboration, and iteration. Whether you’re interested in exploring the codebase, building addons, or improving unfinished systems, contributions and experimentation are welcome.

Contributing

Contributions are welcome and appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

See LICENSE for more information.