Skip to content

Commit

Permalink
Saner variant selector defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Oct 13, 2023
1 parent 2cbf274 commit 4ffe8d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ public class VariantSelectorModule extends QuarkModule {

@Config
public static BlockSuffixConfig variants = new BlockSuffixConfig(
Arrays.asList("slab", "stairs", "fence", "fence_gate", "vertical_slab"),
Arrays.asList("slab", "stairs", "wall", "fence", "fence_gate", "vertical_slab"),
Arrays.asList("quark"),
Arrays.asList("wall=fence", "carpet=slab")
Arrays.asList("carpet=slab")
);

public static Item hammer;
Expand Down

0 comments on commit 4ffe8d0

Please sign in to comment.