Skip to content

Commit

Permalink
set's suck, cant even mutate them smh
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Feb 16, 2024
1 parent cb4b800 commit 5bbc11c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
public final class ToolInteractionHandler {

private static final Map<Block, Block> cleanToWaxMap = HashBiMap.create();
// Intellij is lying, do not make this final it will explode in your face :p
private static Set<BooleanPropertyWaxableBlock> booleanPropertySet = Collections.emptySet();
private static final List<BooleanPropertyWaxableBlock> booleanPropertySet = new ArrayList<>();

private static final Map<ToolAction, Map<Block, Block>> interactionMaps = new HashMap<>();

Expand Down

0 comments on commit 5bbc11c

Please sign in to comment.