Skip to content

Commit

Permalink
Add support to Fabric 1.20.3 (#641)
Browse files Browse the repository at this point in the history
* 23w40a

* 23w43b

* Update versions

* Bump versions

* Fix translations

* 1.20.3

* NotNull
  • Loading branch information
Rakambda authored Dec 5, 2023
1 parent 1b5a262 commit e5025d7
Show file tree
Hide file tree
Showing 8 changed files with 233 additions and 199 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ public interface IBlock extends IWrapper{
boolean isAir();

void playerDestroy(@NotNull ILevel level, @NotNull IPlayer player, @NotNull IBlockPos blockPos, @NotNull IBlockState blockState, @Nullable IBlockEntity blockEntity, @NotNull IItemStack itemStack);

@NotNull
IComponent getAsComponent();
}
Loading

0 comments on commit e5025d7

Please sign in to comment.