Skip to main content

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.

Item Tags

All item tags live under data/quark/tags/item/ with the namespace quark:.

Core Gameplay Tags

TagDescription
#quark:trowel_blacklistItems the Trowel will never place, regardless of ITrowelable
#quark:trowel_whitelistItems the Trowel will always place, overriding ITrowelable
#quark:seed_pouch_holdableItems that can be stored in the Seed Pouch
#quark:seed_pouch_fertilizersItems the Seed Pouch treats as fertilizer (used with bonemeal behavior)
#quark:seed_pouch_vertical_placementSeeds from this tag are planted vertically (e.g. sugar cane)
#quark:big_harvesting_hoesHoes that perform a larger area harvest with the Hoe Harvesting module
#quark:reacharound_ableItems that enable reach-around block placement
#quark:pickarangsItem tag for Pickarang variants (used for enchantment and recipe lookups)
#quark:pipesPipe item variants (Copper Pipe, Encased Pipe)
#quark:postsWooden Post item variants
#quark:stoolsStool item variants
#quark:hedgesHedge item variants
#quark:hollow_logsHollow Log item variants
#quark:laddersLadder variants recognized by Enhanced Ladders
#quark:shardsShard items (glass shards, corundum shards)

Vertical Slab Tags

TagDescription
#quark:vertical_slabAll vertical slab items
#quark:vertical_slabsAlias for vertical slab items
#quark:wooden_vertical_slabsWooden vertical slab item variants

Mob Interaction Tags

TagDescription
#quark:crab_tempt_itemsItems that attract Crabs
#quark:glow_shroom_feedablesItems accepted by Stonelings to change their stone variant
#quark:parrot_feedItems that can feed Parrots for the Parrot Eggs module
#quark:shiba_holdablesItems a Shiba can hold in its mouth
#quark:shiba_lightsLight-emitting items a Shiba can use to detect darkness

Tool & Enchantment Tags

TagDescription
#quark:stone_tool_materialsStone-type materials usable to craft stone tools in the experimental better-stone-tools data pack
#quark:ignored_by_gold_tools_have_fortuneItems/blocks excluded from the Gold Tools Have Fortune module
#quark:counts_as_weapon_for_gold_tools_have_fortuneItems treated as weapons for the gold-tools-fortune module
#quark:ignore_multishotArrow items that should not be duplicated by the Multishot enchantment
#quark:backpack_blockedItems blocked from being placed in the Backpack

Wood Type Tags

TagDescription
#quark:blossom_logsLog items from Quark’s five Blossom tree types
#quark:ancient_logsAncient Wood log items
#quark:azalea_logsAzalea Wood log items
#quark:corundumCorundum crystal item variants (all 9 colors)
#quark:crystal_lampCrystal Lamp item variants

Block Tags

All block tags live under data/quark/tags/block/ with the namespace quark:.

Feature Behavior Tags

TagDescription
#quark:cannot_replace_scaffoldingBlocks that the Replace Scaffolding module will not swap out
#quark:hoe_harvestableBlocks broken with a hoe via the Hoe Harvesting module
#quark:simple_harvest_blacklistedCrop blocks excluded from right-click simple harvesting
#quark:iron_rod_immuneBlocks the Iron Rod cannot push
#quark:pickarang_immuneBlocks the Pickarang cannot break
#quark:beacon_transparentBlocks transparent to beacon beam calculations
#quark:non_double_doorDoors excluded from the Double Door Opening module

Building Tags

TagDescription
#quark:hollow_logsHollow Log block variants (allows crawl-through behavior)
#quark:hedgesHedge block variants
#quark:vertical_slabAll vertical slab blocks
#quark:vertical_slabsAlias for vertical slab blocks
#quark:wooden_vertical_slabsWooden vertical slab variants
#quark:planks_vertical_slabPlanks that have a corresponding vertical slab
#quark:postsWooden Post block variants
#quark:stoolsStool block variants
#quark:pipesPipe block variants

World Generation Tags

TagDescription
#quark:corundumCorundum crystal block variants
#quark:crystal_lampCrystal Lamp block variants
#quark:underground_biome_replaceableStone blocks that can be replaced by Quark’s underground biome generator
#quark:pike_trophiesBlock variants used as Skull Pike trophies

Mob Spawn Tags

TagDescription
#quark:crab_spawnableBlocks on which Crabs can spawn
#quark:foxhound_spawnableBlocks on which Foxhounds can spawn
#quark:wraith_spawnableBlocks on which Wraiths can spawn
#quark:fallen_log_can_spawn_onBlocks that can have a Fallen Log placed on top
#quark:glow_shroom_may_place_onBlocks on which Glow Shrooms can grow
#quark:breaks_toretoise_oreTools/items that trigger Toretoise ore harvesting

Wood Type Tags

TagDescription
#quark:blossom_logsBlossom Tree log blocks
#quark:ancient_logsAncient Wood log blocks
#quark:azalea_logsAzalea Wood log blocks

Entity Type Tags

TagDescription
#quark:affected_by_magnetsEntity types that can be moved by Quark’s Magnet blocks

Enchantment Tags

TagDescription
#quark:pickarang_enchantmentsEnchantments that can be applied to Pickarangs

Convention Tags Used by Quark

Quark also consumes several tags from the c (conventions) namespace:
TagUsed by
#c:enchanting_fuelsMatrix Enchanting — items accepted as enchanting fuel (replaces #c:gems/lapis from older versions)
#c:glass_blocksFramed Glass module block registration
#c:glass_panesFramed Glass module pane registration

Build docs developers (and LLMs) love