Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
0.3.0
Release
0.3.02 years ago 9,485
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
:sparkles: New Features
b20a5ca- amethystimbuement: addamethyst_imbuement:gui/container/crystal_altar_gui(commit by @SettingDust)29374a7- amethystimbuement: addamethyst_imbuement/imbuing_table(commit by @SettingDust)c3ee3f3- amethystimbuement: addamethyst_imbuement/disenchanting_table(commit by @SettingDust)c5cdfa4- amethystimbuement: addamethyst_imbuement/altar_of_experience(commit by @SettingDust)
:bug: Bug Fixes
2912eda- correct the nine patch (commit by @SettingDust)10c1220- modifiers: remove border will larger than expected (commit by @SettingDust)4a78ef0- amethystimbuement: fixamethyst_imbuement/imbuing_tablein some resource pack (commit by @SettingDust)
:recycle: Refactors
7c84ed4- datagen: using functions for simplify (commit by @SettingDust)
:wrench: Chores
89264eb- switch to data generation for builtin resource pack (commit by @SettingDust)8b1eb01- merge origin/main to main (commit by @SettingDust)b094eba- deps: bump org.danilopianini.gradle-pre-commit-git-hooks (commit by @dependabot[bot])c895cd9- deps: bump dependencies (commit by @SettingDust)9ec0b8a- deps: use explosion for mods (commit by @SettingDust)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| DynamicTextures-0.3.0+sha.4a78ef0-sources.jar | Unknown | 94.27 KiB |
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:VnWNJcsw:gkYn0Cs6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VnWNJcsw:gkYn0Cs6"
}

