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

Commit

Permalink
fix volcanus preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts committed Mar 29, 2024
1 parent 42a553c commit 426cb7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public IStructureDefinition<GregtechMetaTileEntity_Adv_EBF> getStructureDefiniti
ofChain(
buildHatchAdder(GregtechMetaTileEntity_Adv_EBF.class)
.adder(GregtechMetaTileEntity_Adv_EBF::addPyrotheumHatch).hatchId(968)
.shouldReject(x -> !x.mPyrotheumHatches.isEmpty())
.casingIndex(CASING_TEXTURE_ID).dot(1).build(),
buildHatchAdder(GregtechMetaTileEntity_Adv_EBF.class).atLeast(
InputBus,
Expand Down

0 comments on commit 426cb7f

Please sign in to comment.