forked from combusterf/Botanic-horizons
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update * first start with ra conversion * convert all recipes to RA2 * Fix formatting and remove boilerplate * fix removed calls to RA1 * update * update --------- Co-authored-by: Marcel '(Com)Buster' Sondaar <git@combuster.nl> Co-authored-by: boubou19 <miisterunknown@gmail.com>
- Loading branch information
1 parent
acd1c33
commit 568abfc
Showing
7 changed files
with
156 additions
and
140 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// Add your dependencies here | ||
|
||
dependencies { | ||
api('com.github.GTNewHorizons:Botania:1.10.4-GTNH:dev') | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.25:dev') | ||
api('com.github.GTNewHorizons:Botania:1.11.3-GTNH:dev') | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.97:dev') | ||
api('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') | ||
api("com.github.GTNewHorizons:Avaritia:1.49:dev") | ||
api("com.github.GTNewHorizons:Avaritia:1.50:dev") | ||
|
||
compileOnly("com.github.GTNewHorizons:Chisel:2.13.4-GTNH:dev") {transitive = false} | ||
compileOnly("com.github.GTNewHorizons:Chisel:2.15.1-GTNH:dev") {transitive = false} | ||
|
||
runtimeOnly('com.github.GTNewHorizons:Baubles:1.0.4:dev') | ||
} |
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
Binary file not shown.
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.