You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
756 B

// See also: config/quark-common.toml
// experimental.variant_selector.variants
global.yeet([ "viewers", "recipes" ],
// ==== Common ====
/_slab$/, // Includes vertical slab.
/_stairs$/,
/_fence$/,
/_gate$/,
/(?!_paper)_wall$/, // Don't include Quark paper wall.
/_carpet$/, // Includes leaf carpet.
/_pane$/,
// ==== Wooden ====
/_wood$/, // Includes stripped wood.
/_hyphae$/, // Includes stripped hyphae.
/_trapdoor$/, // Includes Create's train trapdoor.
// Quark
/_post$/, // Includes stripped post.
/hollow_\w+(log|stem)/,
// Decorative Blocks
/^(?!create:).+_seat$/, // Don't include Create seats.
/_palisade$/,
/_beam$/,
/_support$/,
);