Tags
Creators
Details
Licensed CC-BY-NC-SA-3.0
Published 4 years ago
Updated last month
All versions
4.1-475
Release
4.1-4755 months ago 13.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Quark 4.1-475 For Neoforge 1.21.1
Lots of bug fixes, a few small improvements here and there, and a Rad Shiba.
Fixes
- Fix #5448: When playing with Quark, enchantment glints are weaker than normal
- Fix #5421: 472 silk touch doesn't work as custom baked enchant
- Potentially fixed #5465: [1.21.1] When the player equips the backpack and plays for a while, there is a chance that the game crashes when saving and exiting. (testing required)
- Fixed a crash relating to searching in chests and shulker boxes
- Fix #5444: Potted plants and Chorus Vegetation loot table issues
- Fix #5436: Matrix influencing "recipes" only show one enchantment in JEI
- Fix #5446: [1.21.1] Tiny Coal items missing fuel burn time with Improved Tooltips
- Fix Automatic Tool Restock's Important Enchantments not working
- Fix attribute tooltip sizing
- Fix #5464: [1.21.1] Books cannot be Matrix Enchanted
- Merge #5315: Greener Grass Module: update Valhelsia Structures defaults
Additions
- Improved Gold Tools Have Fortune module: Now checks for
quark:counts_as_weapon_for_gold_tools_have_fortuneandquark:ignored_by_gold_tools_have_fortuneitem tags - Capabilities have returned to variant chests and pipes, improving compatibility.
- Added Rad Shiba
- The Oretoise no longer hurts you in Peaceful mode, instead giving you very slight vertical knockback
- Added Ars Nouveau's fruits to
quark:hoe_harvestablesblock tag - Added an intentional startup crash when detecting a 1.20.1 config file. Using configs in the wrong format will cause issues, so we recommend you regenerate it
- Improved the
quark:enchant_tomeloot function for use in datapacks; seequark:demo/enchant_tome_function_demoloot table for usage.
Removals
- Removed old general config options that weren't being used. These don't require you do regenerate the config, don't worry chat
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:IvW220rK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qnQsVE2z:IvW220rK"
}

