Tags
Creators
Details
Licensed ARR
Published 2 years ago
All versions
1.5.4
Release
Arts & Crafts Fabric 1.20.1 V1.5.42 months ago 13.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
V1.5.4
------ Changes --------
- All Arts & Crafts Worldgen features now use biome tags
- Gypsum can now generate in Red Sandstone
- All Pietraforte patches size has been increased from 14 to 20
- Soapstone patches size has been increased from 20 to 24
- Cork leaves now use the leaves model for bushy texture pack compatibility
- mixin.jsons for the mod no longer hardcode references a refmap that doesn't exist
- Added 2 methods to make dyed flower pot integration easier/possible on fabric!
- Updated license by downloading this mod version you agree to the new licensing which can be found here: https://github.com/KekeCreations/Arts-and-Crafts/blob/1.21x/LICENSE
------ Bug Fixes ------
- Cork Planks Recipe Fixed (You can now craft cork planks with cork wood, stripped cork log, stripped cork wood and cork log)
- Fixed Silk Touch not working on Pietraforte blocks
- Fixed Dye Mods crashing due to Dyed Decorated Pots!
- Fixed Website URL
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:JI9mEkvq:7XVwJ4Ps"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JI9mEkvq:7XVwJ4Ps"
}


