Standard StdLib

A exhaustive standard library for Minecraft mod development.

Explore the docs »

Report Bug
·
Request Feature

About The Project

Standard Library is a collection of utilities, features, and additions aimed at improving development workflow
and allow devs to spend more time creating features than complicated backend logic.

Getting Started

Prerequisites

Before installing Standard you should have a functioning Fabric workspace for the target minecraft version already.

Installation

To include Standard libraries in your mod add the following to the dependencies in your buildscript.

And add the maven https://maven.modded-mc.com/repository/maven-public to your repositories

Groovy DSL

platform "com.moddedmc.std:bom:$STD_LIB_VERSION"

modImplementation "com.moddedmc.std:std-lib"
modImplementation "com.moddedmc.std:std-resources"
// etc

Kotlin DSL

platform("com.moddedmc.std:bom:$STD_LIB_VERSION")

modImplementation("com.moddedmc.std:std-lib")
modImplementation("com.moddedmc.std:std-resources")
// etc

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”.
Don’t forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/new-feature)
  3. Commit your Changes (git commit -m 'Add some new feature')
  4. Push to the Branch (git push origin feature/new-feature)
  5. Open a Pull Request

License

Distributed under the LGPL 3.0 License. See LICENSE for more information.

Contact

To talk to the team head over to our Discord

(back to top)

GitHub

https://github.com/ModdedMCStudios/Standard