Skip to content

Commit

Permalink
actually it is 1.18+
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Jun 2, 2024
1 parent fc4d671 commit edf5884
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ public void onBucketUse(PlayerBucketEmptyEvent e) {

@EventHandler
public void onBlockUpdate(BlockPhysicsEvent event) {
if (!Slimefun.getMinecraftVersion().isAtLeast(MinecraftVersion.MINECRAFT_1_19)) {
// Method BlockData#isSupported is 1.19+
if (!Slimefun.getMinecraftVersion().isAtLeast(MinecraftVersion.MINECRAFT_1_18)) {
// Method BlockData#isSupported is 1.18+
return;
}

Expand Down

0 comments on commit edf5884

Please sign in to comment.