Skip to content

Commit

Permalink
Fix CustomLeavesBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Mar 30, 2024
1 parent 806dace commit 79f4765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import java.util.concurrent.atomic.AtomicBoolean;

public abstract class CustomLeavesBlock extends LeavesBlock implements BlockRegistrable, BlockWithItem {
public class CustomLeavesBlock extends LeavesBlock implements BlockRegistrable, BlockWithItem {

private final AtomicBoolean registered = new AtomicBoolean(false);

Expand Down

0 comments on commit 79f4765

Please sign in to comment.