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

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven { url = 'https://maven.fabricmc.net/' }
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = 'better-shulkers'