Skip to content

Commit

Permalink
feat: ✨ Double chests
Browse files Browse the repository at this point in the history
- double the number of inventory slots
- same number of upgrade slots as single chest
- is upgraded to next tier as a whole (and requires 2 tier upgrades in hand for that)
- gets packed as a whole and once packed drops as one item, which places the whole double chest
  • Loading branch information
P3pp3rF1y committed Feb 28, 2024
1 parent 70120e1 commit c3e9574
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ plugins {
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}

idea {
module {
downloadJavadoc = true
downloadSources = true
}
}

if (findProject(':SophisticatedCore') != null) {
evaluationDependsOn(':SophisticatedCore')
}
Expand Down

0 comments on commit c3e9574

Please sign in to comment.