Tags
Creators
Details
Licensed CC-BY-NC-SA-3.0
Published 4 years ago
Updated last month
All versions
4.1-478
Release
4.1-4784 months ago 16.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Quark 4.1-478 For Neoforge 1.21.1
Mostly just a hotfix for matrix enchanting (thanks Siuolplex). The Trowel is still buggy, so we still recommend making backups before using it.
Fixes
- #5537: Stripped wood blocks (Azalea, Ashen, and Trumpet) have wrong tag
- #5522: 4.1-477 enchanting matrix is unusable
- Fixed Torch Arrow entity not having a language key set for it (only in en_us)
- Fixed placed Angry Tiny Potatoes not preserving their anger when broken
Changes
- Glow shrooms can now be placed on any block with the tag
quark:glow_shroom_may_place_on, although by default this tag only includes Deepslate.
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:qnQsVE2z:6HWAd3tc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qnQsVE2z:6HWAd3tc"
}


