Skip to content

Commit

Permalink
Merge pull request #6 from GTNewHorizons/jankins
Browse files Browse the repository at this point in the history
[bs] spotless apply for jenkins
  • Loading branch information
Dream-Master authored Jan 9, 2024
2 parents dacb010 + bf72400 commit d72ecb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1704650211
//version: 1704751096
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -786,7 +786,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.35')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.4.4')
}

java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.chaosthedude.naturescompass.client;

import com.chaosthedude.naturescompass.proxy.CommonProxy;

import cpw.mods.fml.common.FMLCommonHandler;

public class ClientProxy extends CommonProxy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import com.chaosthedude.naturescompass.NaturesCompass;
import com.chaosthedude.naturescompass.items.ItemNaturesCompass;
import com.chaosthedude.naturescompass.util.BiomeUtils;

import cpw.mods.fml.common.network.IGuiHandler;

public class GuiHandler implements IGuiHandler {
Expand Down

0 comments on commit d72ecb7

Please sign in to comment.