Skip to content

Commit

Permalink
Merge branch '1.19' into 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Oct 18, 2023
2 parents c66418b + e534376 commit acf7702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private void registerCapabilities(AttachCapabilitiesEvent<BlockEntity> event, Ca

if (event.getObject() instanceof ReactorPartTile reactorPart) {
var provider = new ICapabilityProvider() {
private final Set<LazyOptional<IEnergyStorage>> holders = new HashSet<>();
private final Set<LazyOptional<Object>> holders = new HashSet<>();

@NotNull
@Override
Expand Down

0 comments on commit acf7702

Please sign in to comment.