New projects are created as drafts and can be found under your profile page.
https://modrinth.com/mod/
New projects are created as drafts and can be found under your profile page.
A moderation message is optional, but it can be used to communicate problems with a project's team members. The body is also optional and supports markdown formatting!
Add unlimited crates to your server with 10 different crate types to choose from!
Explore the docs »
Report Bug
·
Request Feature
·
Get Support
Check our public trello board for our current plans, any bugs and general tracking of the project progress.
<repository>
<id>crazycrew</id>
<url>https://repo.crazycrew.us/releases</url>
</repository>
<dependency>
<groupId>com.badbones69.crazycrates</groupId>
<artifactId>crazycrates</artifactId>
<version>1.11.12</version>
<scope>provided</scope>
</dependency>
repositories {
maven {
url = "https://repo.crazycrew.us/releases"
}
}
dependencies {
compileOnly "com.badbones69.crazycrates:crazycrates:1.11.2"
}
repositories {
maven("https://repo.crazycrew.us/releases")
}
dependencies {
compileOnly("com.badbones69.crazycrates:crazycrates:1.11.12")
}