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

Commit

Permalink
Normalize semifluid gens to match the other fuel gens (#795)
Browse files Browse the repository at this point in the history
* remove mavenlocal

* update dependencies

* normalize semifluid gens
  • Loading branch information
bombcar authored Dec 8, 2023
1 parent f76e3dd commit c2b50ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.99:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.104:dev')
api("com.github.GTNewHorizons:bartworks:0.8.20:dev")

implementation('curse.maven:cofh-core-69162:2388751')
Expand Down
1 change: 0 additions & 1 deletion repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Add any additional repositories for your dependencies here

repositories {
mavenLocal()
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public int getPollution() {

@Override
public int getCapacity() {
return 4000 * this.mTier;
return 16000;
}

public void onConfigLoad() {
Expand Down

0 comments on commit c2b50ac

Please sign in to comment.