Skip to content

Commit

Permalink
Merge pull request #2 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 10, 2024
2 parents 53a3ff5 + 6df19e9 commit 2b389c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 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
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Add your dependencies here

dependencies {
compile("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
api("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")

runtimeOnly("com.github.GTNewHorizons:Baubles:master-SNAPSHOT:dev")
runtimeOnly("com.github.GTNewHorizons:Baubles:1.0.3:dev")
}
3 changes: 0 additions & 3 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Add any additional repositories for your dependencies here

repositories {
maven {
url = "https://jitpack.io"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

import net.minecraft.entity.EntityList;

import thaumcraft.api.ThaumcraftApi;
import thaumcraft.api.aspects.Aspect;
import thaumcraft.api.aspects.AspectList;

import com.google.common.base.Optional;
import com.google.common.collect.HashMultimap;
import com.google.gson.Gson;
Expand All @@ -30,6 +26,9 @@
import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.event.FMLPostInitializationEvent;
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
import thaumcraft.api.ThaumcraftApi;
import thaumcraft.api.aspects.Aspect;
import thaumcraft.api.aspects.AspectList;

@Mod(modid = ModInfo.MODID, name = ModInfo.MOD_NAME, version = ModInfo.VERSION, dependencies = ModInfo.DEPENDENCIES)
public class ThaumcraftMobAspects {
Expand Down

0 comments on commit 2b389c3

Please sign in to comment.