Skip to content

Commit

Permalink
fix crash on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
yor42 committed Nov 23, 2024
1 parent fa35c2d commit 824478b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
compileOnly rfg.deobf(files("debugMod/metamorph-1.3-1.12.2.jar"))
compileOnly rfg.deobf(files("debugMod/Baubles-1.12-1.5.2-api.jar"))
compileOnly rfg.deobf("curse.maven:tinkers-construct-74072:2902483")
implementation rfg.deobf("curse.maven:industrial-craft-242638:2746892")
compileOnly rfg.deobf("curse.maven:industrial-craft-242638:2746892")
implementation rfg.deobf("curse.maven:mantle-74924:2713386")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
iface = "ic2.api.tile.IEnergyStorage",
modid = "ic2"
)})
public class TileEntityCrane extends BasicTileInventory implements ITileWaypoint, ITickable, IEnergyEmitter, IEnergyStorage, IEnergySource, IEnergySink, IEnergyAcceptor {
public class TileEntityCrane extends BasicTileInventory implements ITileWaypoint, ITickable, IEnergyEmitter, IEnergyStorage, IEnergySource, IEnergySink {

public static final int[] NOSLOT = new int[]{};
//target
Expand Down

0 comments on commit 824478b

Please sign in to comment.