Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
commented out heat hatch cap stuff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Aug 4, 2023
1 parent 938fd0c commit 5753dd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public static void remapMissingFluids(final RegistryEvent.MissingMappings<Fluid>

@SubscribeEvent
public static void onAttachCapabilitiesEvent(AttachCapabilitiesEvent<BlockEntity> event){
if (event.getObject() instanceof BlockEntityHatchHeat<?> heat){
/*if (event.getObject() instanceof BlockEntityHatchHeat<?> heat){
event.addCapability(new ResourceLocation(GTIRef.ID, "heat_hatch"), new ICapabilityProvider() {
@NotNull
@Override
Expand All @@ -442,6 +442,6 @@ public <T> LazyOptional<T> getCapability(@NotNull Capability<T> capability, @Nul
return LazyOptional.empty();
}
});
}
}*/
}
}

0 comments on commit 5753dd8

Please sign in to comment.