Links
Tags
Creators
Details
1.20-2.7.4
Compatibility
Required content
Changes
UPDATED
- Create (COMMON):
- Fixed the typo in EN_US for missing 3 blocks' LANG
- Fixed polished_cut_slabs's missing textures
- StoneZone (COMMON):
- Improved the detection system to detect stoneTypes with "_stone" as suffix OR "_stone_bricks"
- Added some undetected StoneTypes
- Fixed the color of StoneType, MYALITE from Quark being white, should be purple
- LANG: zh_ch - @ChuijkYahus
- Rechiseled: Improved the code to avoid the crash
NEW
- N/A
Enjoy the 2 new supported mods, MERRY CHRISTMAS
LEGENDS:
- (COMMON) : FABRIC & FORGE
Method 1: Using a URL parameter
You can use a URL parameter to pre-fill the issue title and body in the target repository. The format of the URL is:
https://github.com/{target-repo-owner}/{target-repo-name}/issues/new?title={issue-title}&body={issue-body} https://github.com/octocat/Hello-World/issues/new?title=Bug+Report&body=Please+describe+the+issue
Replace:
{target-repo-owner}: The owner of the target repository.
{target-repo-name}: The name of the target repository.
{issue-title}: The title of the issue to be created.
{issue-body}: The body of the issue to be created.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:uYwn8IP5:z7HKOMEt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uYwn8IP5:z7HKOMEt"
}


