Skip to content

Commit

Permalink
spunchless
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Dec 15, 2023
1 parent 7a66de7 commit d9f2565
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/gregtech/integration/chisel/ChiselModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
import java.util.Objects;

@GregTechModule(
moduleID = GregTechModules.MODULE_CHISEL,
containerID = GTValues.MODID,
modDependencies = GTValues.MODID_CHISEL,
name = "GregTech Chisel Integration",
description = "Chisel Integration Module")
moduleID = GregTechModules.MODULE_CHISEL,
containerID = GTValues.MODID,
modDependencies = GTValues.MODID_CHISEL,
name = "GregTech Chisel Integration",
description = "Chisel Integration Module")
public class ChiselModule extends IntegrationSubmodule {

@Override
Expand Down

0 comments on commit d9f2565

Please sign in to comment.