v1.0.0 — initial release for Minecraft 1.21.11

Enhances shulker boxes with a flat top-down view, tooltip grid previews, item hints and labels on the lid, and a fill bar.
This commit is contained in:
2026-04-08 19:22:57 +02:00
commit bbebb40b7b
41 changed files with 2083 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# IntelliJ / IDE
.idea/
*.iml
*.ipr
*.iws
out/
.idea_modules/
/bin/
# Compiled class files
*.class
# Log files
*.log
# Package files
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Avoid ignoring Gradle wrapper jar
!gradle-wrapper.jar
# Gradle
.gradle/
build/
**/build/
gradle-app.setting
.gradletasknamecache
# Common working directory
run/
# JVM crash logs
hs_err_pid*
replay_pid*
# OS
.DS_Store
Thumbs.db
[Dd]esktop.ini
$RECYCLE.BIN/
# Temporary files
*~
.fuse_hidden*
.nfs*
._*