Skip to content

SteelBlue8/mindustry-mods

 
 

Repository files navigation

Mindustry Mods

Checkout the website here: https://simonwoodburyforget.github.io/mindustry-mods/

Add mods to listing here: https://github.com/SimonWoodburyForget/mindustry-mods/blob/master/CONTRIBUTING.md

Development

Requirements:

  • Python 3.8:
  • Rust 1.42.0:
  • npm:
    • gh-pages 2.2.0
  • Github personal access token at ~/.github-token to increase request limit from 500 to 5,000.

Testing:

  • cargo test
  • cargo make dist-test (pushes to test repo in another directory, to test the gh-pages output)

Building:

  • cargo make dist-release (pushes to main repo with gh-pages)

Executing:

  • cargo run -- -iph

Notes: cargo make dist-* related commands require repo access, relative paths and urls are hardcoded to make that work.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 59.5%
  • Python 31.7%
  • CSS 8.1%
  • HTML 0.7%