-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the deprecated nightTime setting not removed at config save time (#…
…23) Fix the deprecated nightTime setting not removing at config save time
- Loading branch information
1 parent
619a6f4
commit f181a20
Showing
3 changed files
with
14 additions
and
11 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
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,10 +1,10 @@ | ||
// Add your dependencies here | ||
|
||
dependencies { | ||
implementation("com.github.GTNewHorizons:NotEnoughItems:2.4.3-GTNH:dev") | ||
implementation("com.github.GTNewHorizons:NotEnoughItems:2.5.4-GTNH:dev") | ||
|
||
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-262-GTNH:dev") { transitive = false } | ||
compileOnly("com.github.GTNewHorizons:Galaxy-Space-GTNH:1.2.9-GTNH:dev") {transitive = false} | ||
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-310-GTNH:dev") { transitive = false } | ||
compileOnly("com.github.GTNewHorizons:Galaxy-Space-GTNH:1.3.0-GTNH:dev") {transitive = false} | ||
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive = false} | ||
compileOnly('com.github.GTNewHorizons:Baubles:1.0.1.16:dev') {transitive = false} | ||
compileOnly('com.github.GTNewHorizons:Baubles:1.0.3:dev') {transitive = false} | ||
} |
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