Tags
Creators
Details
Licensed CC-BY-NC-SA-3.0
Published 4 years ago
All versions
4.1-482
Release
4.1-4826 days ago 15.6K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Quark 4.1-482 For Neoforge 1.21.1
Fixed an issue where you could craft chests and furnaces with anything (yes, really) and some other minor ones.
Fixes
- Fixed #5556: [1.21.1] Candle Influencing not showing in JEI (thanks Klisz)
- Fixed #5611: unexpected behaviour with "quark:mixed_exclusion"-type recipes (mixed chest and furnace)
- Fixed #5620: Myalite Pillar Crafting recipe broken
- Fixed #5622: Mossy cobblestone bricks missing additional recipes
- Fixed #5623: Cooked crab legs are not in the c:foods/cooked_meat item tag
- Fixed Matrix Enchanting Influencing recipes not being pulled up in JEI when pressing the Recipes key on an Enchanted Book with one stored enchantment
Changes
- Lootr integration has been altered so it doesn't crash on Kilt (thanks vgskye)
Additions
- Quark now has a Jade plugin. Currently, it shows the eating cooldown of Oretoises. (thanks JuiceyBeans)
- Quark's OBE integration now works with Lootr integration
- New Conditional Tag datapack,
quark_ct_crabs, for cooked and raw crab legs
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:yvp3Jbmk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qnQsVE2z:yvp3Jbmk"
}


