Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 months ago
All versions
3.2.1-beta
Release
Sully's Mod2 years ago 2.17M
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog version 3.2.1-beta for 1.20.1:
Changes/Updates:
- update zh_cn translation thanks to @0Starocean0
- rarity for artifacts can now be accessed by kubejs. The identifier is
sullysmod:ancient- change color values for artifact rarity and artifact description
- change artifact spawn rates slightly
- item stands can now display block items
- item stands no longer display armor items as their models, and instead render the item model
- item stands now use the item's rarity color for rendering the item name
Additions:
- add quark chest textures
Fixes:
- fix missing translation for petrified sign, hanging sign and amber fluid
- fix server crash on startup
- fix crash with amber
- fix entities flickering through all variant textures added by quark when the entity is in amber
- fix entities thinking they're in amber when picked up with carry on
- fix some recipe advancements
- fix potions being disabled by our selection system by default
- fix not all amber blocks being able to fill cauldron
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| sullysmod-3.2.1-beta-sources.jar | Unknown | 8.33 MiB |
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:vOm0vWW8:B9yOFBhf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vOm0vWW8:B9yOFBhf"
}

