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

Commit

Permalink
Added sound resource to cyclotron (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
minecraft7771 authored Aug 28, 2023
1 parent e992e26 commit 01dc225
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import com.gtnewhorizon.structurelib.structure.ISurvivalBuildEnvironment;
import com.gtnewhorizon.structurelib.structure.StructureDefinition;

import gregtech.api.enums.SoundResource;
import gregtech.api.interfaces.IIconContainer;
import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
import gregtech.api.logic.ProcessingLogic;
Expand Down Expand Up @@ -132,6 +133,11 @@ public int survivalConstruct(ItemStack stackSize, int elementBudget, ISurvivalBu
return survivialBuildPiece(mName, stackSize, 7, 1, 12, elementBudget, env, false, true);
}

@Override
protected SoundResource getProcessStartSound() {
return SoundResource.GT_MACHINES_FUSION_LOOP;
}

@Override
public boolean checkMachine(IGregTechTileEntity aBaseMetaTileEntity, ItemStack aStack) {
mCasing = 0;
Expand Down

0 comments on commit 01dc225

Please sign in to comment.