Tags
Creators
Details
Licensed ARR
Published 2 years ago
All versions
1.5.1
Release
Arts & Crafts NeoForge-1.21.1-V1.5.1last year 21.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
V1.5.1
- Arts & Crafts Creative Category Tab is now enabled by default
- Updated Ari's name in the credits!
- Fixed Bleached Chalk & Bleached Concrete missing the mineable pickaxe tag
- Fixed Bleached Concrete Powder missing the mineable shovel tag
- Fixed Bleached Bed missing the beds tag
- Fixed Cork Hanging Signs & Signs not having tags
- Fixed Bleached Bed and wool missing item tags
- Added Pietraforte Block Set
- Added Cobbled Pietraforte Block Set
- Added Pietraforte Bricks Block Set
- Added Smooth Pietraforte Block Set
- Added Cut Pietraforte Block Set
- Added Chiseled Pietraforte Block Set
- Added Pietraforte Pillar Block Set
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:kyDf73sQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JI9mEkvq:kyDf73sQ"
}

