Skip to content

Commit

Permalink
fix: params
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 1, 2025
1 parent 9d5afce commit 85009e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public DeferredHolder<BlockEntityType<?>, BlockEntityType<? extends ZenithSignBl
@Override
protected DeferredHolder<BlockEntityType<?>, BlockEntityType<? extends ZenithHangingSignBlockEntity>> hangingSignEntity(DeferredRegister<BlockEntityType<?>> registry, String id) {
return registry.register(id + "_hanging_sign", () ->
BlockEntityType.Builder.of(((pPos, pState) -> ZenithHangingSignBlockEntity.create(pPos, pState, () -> this.hangingSignEntity().get())),
BlockEntityType.Builder.of(((pPos, pState) -> ZenithHangingSignBlockEntity.create(pPos, pState, this)),
this.hangingSign().get(),
this.wallHangingSign().get())
.build(null));
Expand Down

0 comments on commit 85009e8

Please sign in to comment.