Tags
Creators
Details
Licensed MIT
Published last year
Updated 10 months ago
All versions
1.8
Release
Artistry 1.810 months ago 5,232
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added:
- Leeching Soil
- Will "leech" and change certain blocks above itself
- Can be waxed like copper to stop this
- This feature is data-driven using a data map with the id "artistry:leechables"
- Has JEI integration to show all leechables
- Rotten Trees
- Marigold
- Carving Knife
- Carved Pumpkin variants
- Tall Candles in all colors + undyed
- Can be stacked up to a height of two to make even taller candles
- Glowing Mushroom
- Obtained by growing a brown or red mushroom on an Amethyst Block
- Urn
- Corpse Flower
- Currently unobtainable
- Fly Lure
- Currently unobtainable
Changes:
- Changed the texture of Aspen Leaves
- Changed the shape of Aspen foliage
- Made Sniffer Cakes remove the cooldown of the next 3 digs instead of just one
- This number can be adjusted in the Server Config
Fixes:
- Made String Lights stackable to 64
- Fixed some mistakes in the German translation
- Made it so you can no longer dye pots with sherds on them
- Made the Sniffer Digging JEI category actually have a background
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:g4cVTlPw:HoNfZeUr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g4cVTlPw:HoNfZeUr"
}

