-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: serenibyss <[email protected]> Co-authored-by: Ghzdude <[email protected]>
- Loading branch information
1 parent
132a449
commit 5ff7cdb
Showing
46 changed files
with
1,257 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
minecraft { | ||
injectedTags.put('DEP_VERSION_STRING', "required-after:gregtech@[${modVersion},);") | ||
} | ||
|
||
configurations { | ||
compileOnly { | ||
// exclude GNU trove, FastUtil is superior and still updated | ||
exclude group: "net.sf.trove4j", module: "trove4j" | ||
// exclude javax.annotation from findbugs, jetbrains annotations are superior | ||
exclude group: "com.google.code.findbugs", module: "jsr305" | ||
// exclude scala as we don't use it for anything and causes import confusion | ||
exclude group: "org.scala-lang" | ||
exclude group: "org.scala-lang.modules" | ||
exclude group: "org.scala-lang.plugins" | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
src/api/java/com/creativemd/littletiles/client/render/cache/LayeredRenderBoxCache.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
src/api/java/com/creativemd/littletiles/client/render/tile/LittleRenderBox.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.