Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Oct 1, 2022
1 parent 0da6b07 commit b93feed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.daemon=false

cfProjectID = 579177
mcVersion = 1.19.2
localVersion = 1.0.0
localVersion = 1.0.1
mappingsChannel = official
mappingsVersion = 1.19.2
forgeVersion = 43.1.25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import net.minecraftforge.registries.RegistryObject;

import javax.annotation.Nullable;
import java.awt.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Arrays;
Expand Down Expand Up @@ -61,7 +60,9 @@ public Matter next() {
public final BigDecimal collectorOutputBase;
public final BigDecimal relayBonusBase;
public final BigDecimal relayTransferBase;
/** @deprecated Note: Due to how 1.19.2 config values work, this will not be set to 100 when fluid efficiency is disabled. */
/** @deprecated Due to how 1.19.2 config values work, this will not be set to 100 when fluid efficiency is disabled. */
@SuppressWarnings("DeprecatedIsStillUsed")
@Deprecated
public final int fluidEfficiency;
@Nullable
public final Supplier<Item> existingItem;
Expand Down
7 changes: 4 additions & 3 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/project-expansion",
"1.19.2": {
"1.19.2-1.0.0": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.0.0"
"1.19.2-1.0.0": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.0.0",
"1.19.2-1.0.1": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.0.1"
},
"promos": {
"1.19.2-latest": "1.19.2-1.0.0",
"1.19.2-recommended": "1.19.2-1.0.0"
"1.19.2-latest": "1.19.2-1.0.1",
"1.19.2-recommended": "1.19.2-1.0.1"
}
}

0 comments on commit b93feed

Please sign in to comment.