Skip to content

Commit

Permalink
feat: ✨ Changed to render storage upgrades of chest minecarts on top …
Browse files Browse the repository at this point in the history
…of these (instead of bottom front) so that they can actually be seen by player
  • Loading branch information
P3pp3rF1y committed Jan 15, 2025
1 parent 7c4d39e commit ac641f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.daemon=false

mod_id=sophisticatedstorageinmotion
mod_group_id=sophisticatedstorageinmotion
mod_version=0.7.2
mod_version=0.7.3
sonar_project_key=sophisticatedstorageinmotion:SophisticatedStorageInMotion
github_package_url=https://maven.pkg.github.com/P3pp3rF1y/SophisticatedStorageInMotion

Expand All @@ -25,5 +25,5 @@ jei_mc_version=1.20.1-forge
jei_version=15.19.5.99
jei_version_range=[19.9.0,)
sc_version=[1.20.1-1.0.8,1.20.4)
ss_version=[1.20.1-1.2.3,1.20.4)
ss_version=[1.20.1-1.2.4,1.20.4)
parchment_version=2023.09.03-1.20.1
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,9 @@ public void onRenderInfoUpdated(RenderInfo ri) {
}
}
}
if (renderBlockEntity instanceof ChestBlockEntity chestBlockEntity) {
chestBlockEntity.showUpgradesOnTop = true;
}
}

return renderBlockEntity;
Expand Down

0 comments on commit ac641f6

Please sign in to comment.