Skip to content

Commit

Permalink
Remove trapdoor matcher (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymiel authored Dec 23, 2024
1 parent b671991 commit 778192f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
3 changes: 1 addition & 2 deletions bukkit/src/main/java/org/popcraft/bolt/BoltPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
import org.popcraft.bolt.matcher.block.TallGrassMatcher;
import org.popcraft.bolt.matcher.block.TechnicalPistonMatcher;
import org.popcraft.bolt.matcher.block.TorchMatcher;
import org.popcraft.bolt.matcher.block.TrapdoorMatcher;
import org.popcraft.bolt.matcher.block.TripwireHookMatcher;
import org.popcraft.bolt.matcher.block.UprootMatcher;
import org.popcraft.bolt.matcher.block.VineMatcher;
Expand Down Expand Up @@ -163,7 +162,7 @@ public class BoltPlugin extends JavaPlugin implements BoltAPI {
private static final List<BlockMatcher> BLOCK_MATCHERS = List.of(CHEST_MATCHER,
new BannerMatcher(), new BedMatcher(), new DoorMatcher(), new LeashKnotMatcher(),
new PressurePlateMatcher(), new RailMatcher(), new SignMatcher(), new SwitchMatcher(),
new TrapdoorMatcher(), new CropsMatcher(), new FarmlandMatcher(), new UprootMatcher(),
new CropsMatcher(), new FarmlandMatcher(), new UprootMatcher(),
new BellMatcher(), new TorchMatcher(), new LanternMatcher(), new LadderMatcher(),
new CocoaMatcher(), new TripwireHookMatcher(), new AmethystClusterMatcher(), new SaplingMatcher(),
new TechnicalPistonMatcher(), new ItemFrameMatcher(), new PaintingMatcher(), new HangingVineMatcher(),
Expand Down

This file was deleted.

0 comments on commit 778192f

Please sign in to comment.