Tags
Creators
Details
3.0.0
Compatibility
Required content
Changes
Artisanat has been updated to run on Minecraft 1.21.4!
This version contains new concrete bricks and reworked textures! The mod's code was also massively changed, meaning you could find new bugs, even if I'm very confident the mod has never been that much stable.
The mod also no longer requires the Dawn API. It also features a new licence.
This changelog tries to be concise with this update. If you want more information, you can visit the fresh new wiki: https://dawnteammc.github.io/artisanat
Additions
- Added Concrete Bricks
- Also available in stairs, slab and wall shapes
- Added a proper creative item tab for all Artisanat items
- Added support for the following languages:
- French
- Spanish
- German (partially)
- Dutch
- Brazilian Portuguese
- Russian
- Simplified Chinese
Changes
- Reviewed textures for colored bricks and quartz pavings
Technical Changes
- Most textures are now dynamically generated using atlases
- This mainly affects blocks which are available in the 16 vanilla colors
- This technically doesn't change how the blocks look - even though some tweaks have been made in the same time
The mod now features data generation. This means the paths to a ton of asset and data files have changed. If you have created mods, modpacks, resource packs or data packs involving Artisanat, you have to check again for proper compatibility.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| artisanat-v3.0.0-sources.jar | Unknown | 2.86 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:QDxAP5Cp:GbP7CgzU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QDxAP5Cp:GbP7CgzU"
}

