Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #115 from GTNewHorizons/addMissingTiersOfRecipes
Browse files Browse the repository at this point in the history
Add Recipes for Multi-Amp UMV hatches and UIV and UMV lasers
  • Loading branch information
Dream-Master authored Nov 25, 2022
2 parents 2865cbb + d19cc57 commit dee7335
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1668274302
//version: 1669171387
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -338,10 +338,10 @@ dependencies {
annotationProcessor('org.ow2.asm:asm-debug-all:5.0.3')
annotationProcessor('com.google.guava:guava:24.1.1-jre')
annotationProcessor('com.google.code.gson:gson:2.8.6')
annotationProcessor('org.spongepowered:mixin:0.8.5-GTNH:processor')
annotationProcessor('com.gtnewhorizon:gtnhmixins:2.1.0:processor')
}
if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) {
compile('com.gtnewhorizon:gtnhmixins:2.0.2')
compile('com.gtnewhorizon:gtnhmixins:2.1.0')
}
}

Expand Down
Loading

0 comments on commit dee7335

Please sign in to comment.