Skip to content

Commit

Permalink
Fix FrameBlockEntity testmod
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed Mar 29, 2024
1 parent efd38d2 commit 81cae57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ public BlockEntityUpdateS2CPacket toUpdatePacket() {

@Override
public NbtCompound toInitialChunkDataNbt(RegistryWrapper.WrapperLookup wrapperLookup) {
return this.createNbt(wrapperLookup);
return this.createComponentlessNbt(wrapperLookup);
}
}

0 comments on commit 81cae57

Please sign in to comment.