Skip to content

Commit

Permalink
Moves CapturingTesselator, JSON Models, and misc utility classes to G…
Browse files Browse the repository at this point in the history
…TNHlib

Requires: GTNewHorizons/GTNHLib#44 to be merged and tagged as 0.4.0

NOTE: Tested locally in dev, still need to test in the full pack
  • Loading branch information
mitchej123 committed Aug 4, 2024
1 parent 1315d89 commit 48d5d13
Show file tree
Hide file tree
Showing 150 changed files with 404 additions and 5,022 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {

// Iris Shaders
compileOnly('org.jetbrains:annotations:24.0.1')
api("com.github.GTNewHorizons:GTNHLib:0.3.2:dev")
api("com.github.GTNewHorizons:GTNHLib:0.4.0:dev")
shadowImplementation("org.anarres:jcpp:1.4.14") // Apache 2.0
implementation("io.github.douira:glsl-transformer:1.0.0")
shadowImplementation("io.github.douira:glsl-transformer:1.0.0") { // glsl-transformer Noncommercial License 1.0.0
Expand All @@ -78,7 +78,7 @@ dependencies {
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Baubles:1.0.4:dev")
compileOnly("com.github.GTNewHorizons:twilightforest:2.5.16:dev") { transitive = false }
compileOnly(rfg.deobf('curse.maven:witchery-69673:2234410'))
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.12.0-GTNH:dev")
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.12.0-GTNH:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Natura:2.6.1:dev")

compileOnly("com.github.GTNewHorizons:ThaumicHorizons:1.6.1:dev")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gtnewhorizons/angelica/AngelicaMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "Angelica",
version = Tags.VERSION,
dependencies = " before:lwjgl3ify@[1.5.3,);" + " after:hodgepodge@[2.4.4,);" + " after:CodeChickenCore@[1.2.0,);"
+ " after:archaicfix@[0.7.0,);" + " required-after:gtnhlib@[0.3.2,);",
+ " after:archaicfix@[0.7.0,);" + " required-after:gtnhlib@[0.4.0,);",
acceptedMinecraftVersions = "[1.7.10]",
acceptableRemoteVersions = "*",
guiFactory = "com.gtnewhorizons.angelica.config.AngelicaGuiConfigFactory")
Expand Down
19 changes: 0 additions & 19 deletions src/main/java/com/gtnewhorizons/angelica/api/BlockPos.java

This file was deleted.

122 changes: 0 additions & 122 deletions src/main/java/com/gtnewhorizons/angelica/api/ModelLoader.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 48d5d13

Please sign in to comment.