Skip to content

Commit

Permalink
this makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
yrsegal committed Oct 19, 2023
1 parent 08d8d93 commit d6289bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class VariantSelectorModule extends QuarkModule {
public static BlockSuffixConfig variants = new BlockSuffixConfig(
Arrays.asList("slab", "stairs", "wall", "fence", "fence_gate", "vertical_slab"),
Arrays.asList("quark"),
Arrays.asList("carpet=slab")
Arrays.asList("carpet=slab", "pane=fence")
);

public static Item hammer;
Expand Down

0 comments on commit d6289bd

Please sign in to comment.