Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Apr 3, 2024
1 parent d9097a3 commit 460c50c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.10
localVersion = 1.1.0
mappingsChannel = official
mappingsVersion = 1.19.2
forgeVersion = 43.2.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@

@SuppressWarnings("unused")
public class BlockEntityCollector extends BlockEntityEMC implements IHasMatter, IHasSunBonus, IGeneratesEMC, MenuProvider {
// this probably doesn't work
private final ItemStackHandler input = new StackHandler(getInvSize()) {
@Override
protected void onContentsChanged(int slot) {
Expand Down
7 changes: 4 additions & 3 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"1.19.2-1.0.6": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.0.6",
"1.19.2-1.0.7": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.0.7",
"1.19.2-1.0.8": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.0.8",
"1.19.2-1.0.10": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.0.10"
"1.19.2-1.0.10": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.0.10",
"1.19.2-1.1.0": "https://github.com/DonovanDMC/ProjectExpansion/releases/tag/1.19.2-1.1.0"
},
"promos": {
"1.19.2-latest": "1.19.2-1.0.10",
"1.19.2-recommended": "1.19.2-1.0.10"
"1.19.2-latest": "1.19.2-1.1.0",
"1.19.2-recommended": "1.19.2-1.1.0"
}
}

0 comments on commit 460c50c

Please sign in to comment.