Documentation Index
Fetch the complete documentation index at: https://mintlify.com/VazkiiMods/Quark/llms.txt
Use this file to discover all available pages before exploring further.
Quark defines a comprehensive set of item and block tags that control feature behavior. You can add entries to any of these tags from your own mod’s data pack by creating a JSON file at the matching path under data/<yourmod>/tags/. This page lists all tags defined or consumed by Quark.
To add your blocks to a Quark tag, create a JSON file in your mod’s resources at e.g. data/mymod/tags/block/quark/hollow_logs.json with { "values": ["mymod:my_hollow_log"] } and set "replace": false.
All item tags live under data/quark/tags/item/ with the namespace quark:.
| Tag | Description |
|---|
#quark:trowel_blacklist | Items the Trowel will never place, regardless of ITrowelable |
#quark:trowel_whitelist | Items the Trowel will always place, overriding ITrowelable |
#quark:seed_pouch_holdable | Items that can be stored in the Seed Pouch |
#quark:seed_pouch_fertilizers | Items the Seed Pouch treats as fertilizer (used with bonemeal behavior) |
#quark:seed_pouch_vertical_placement | Seeds from this tag are planted vertically (e.g. sugar cane) |
#quark:big_harvesting_hoes | Hoes that perform a larger area harvest with the Hoe Harvesting module |
#quark:reacharound_able | Items that enable reach-around block placement |
#quark:pickarangs | Item tag for Pickarang variants (used for enchantment and recipe lookups) |
#quark:pipes | Pipe item variants (Copper Pipe, Encased Pipe) |
#quark:posts | Wooden Post item variants |
#quark:stools | Stool item variants |
#quark:hedges | Hedge item variants |
#quark:hollow_logs | Hollow Log item variants |
#quark:ladders | Ladder variants recognized by Enhanced Ladders |
#quark:shards | Shard items (glass shards, corundum shards) |
| Tag | Description |
|---|
#quark:vertical_slab | All vertical slab items |
#quark:vertical_slabs | Alias for vertical slab items |
#quark:wooden_vertical_slabs | Wooden vertical slab item variants |
| Tag | Description |
|---|
#quark:crab_tempt_items | Items that attract Crabs |
#quark:glow_shroom_feedables | Items accepted by Stonelings to change their stone variant |
#quark:parrot_feed | Items that can feed Parrots for the Parrot Eggs module |
#quark:shiba_holdables | Items a Shiba can hold in its mouth |
#quark:shiba_lights | Light-emitting items a Shiba can use to detect darkness |
| Tag | Description |
|---|
#quark:stone_tool_materials | Stone-type materials usable to craft stone tools in the experimental better-stone-tools data pack |
#quark:ignored_by_gold_tools_have_fortune | Items/blocks excluded from the Gold Tools Have Fortune module |
#quark:counts_as_weapon_for_gold_tools_have_fortune | Items treated as weapons for the gold-tools-fortune module |
#quark:ignore_multishot | Arrow items that should not be duplicated by the Multishot enchantment |
#quark:backpack_blocked | Items blocked from being placed in the Backpack |
| Tag | Description |
|---|
#quark:blossom_logs | Log items from Quark’s five Blossom tree types |
#quark:ancient_logs | Ancient Wood log items |
#quark:azalea_logs | Azalea Wood log items |
#quark:corundum | Corundum crystal item variants (all 9 colors) |
#quark:crystal_lamp | Crystal Lamp item variants |
All block tags live under data/quark/tags/block/ with the namespace quark:.
| Tag | Description |
|---|
#quark:cannot_replace_scaffolding | Blocks that the Replace Scaffolding module will not swap out |
#quark:hoe_harvestable | Blocks broken with a hoe via the Hoe Harvesting module |
#quark:simple_harvest_blacklisted | Crop blocks excluded from right-click simple harvesting |
#quark:iron_rod_immune | Blocks the Iron Rod cannot push |
#quark:pickarang_immune | Blocks the Pickarang cannot break |
#quark:beacon_transparent | Blocks transparent to beacon beam calculations |
#quark:non_double_door | Doors excluded from the Double Door Opening module |
| Tag | Description |
|---|
#quark:hollow_logs | Hollow Log block variants (allows crawl-through behavior) |
#quark:hedges | Hedge block variants |
#quark:vertical_slab | All vertical slab blocks |
#quark:vertical_slabs | Alias for vertical slab blocks |
#quark:wooden_vertical_slabs | Wooden vertical slab variants |
#quark:planks_vertical_slab | Planks that have a corresponding vertical slab |
#quark:posts | Wooden Post block variants |
#quark:stools | Stool block variants |
#quark:pipes | Pipe block variants |
| Tag | Description |
|---|
#quark:corundum | Corundum crystal block variants |
#quark:crystal_lamp | Crystal Lamp block variants |
#quark:underground_biome_replaceable | Stone blocks that can be replaced by Quark’s underground biome generator |
#quark:pike_trophies | Block variants used as Skull Pike trophies |
| Tag | Description |
|---|
#quark:crab_spawnable | Blocks on which Crabs can spawn |
#quark:foxhound_spawnable | Blocks on which Foxhounds can spawn |
#quark:wraith_spawnable | Blocks on which Wraiths can spawn |
#quark:fallen_log_can_spawn_on | Blocks that can have a Fallen Log placed on top |
#quark:glow_shroom_may_place_on | Blocks on which Glow Shrooms can grow |
#quark:breaks_toretoise_ore | Tools/items that trigger Toretoise ore harvesting |
| Tag | Description |
|---|
#quark:blossom_logs | Blossom Tree log blocks |
#quark:ancient_logs | Ancient Wood log blocks |
#quark:azalea_logs | Azalea Wood log blocks |
| Tag | Description |
|---|
#quark:affected_by_magnets | Entity types that can be moved by Quark’s Magnet blocks |
| Tag | Description |
|---|
#quark:pickarang_enchantments | Enchantments that can be applied to Pickarangs |
Quark also consumes several tags from the c (conventions) namespace:
| Tag | Used by |
|---|
#c:enchanting_fuels | Matrix Enchanting — items accepted as enchanting fuel (replaces #c:gems/lapis from older versions) |
#c:glass_blocks | Framed Glass module block registration |
#c:glass_panes | Framed Glass module pane registration |