Enhances shulker boxes with a flat top-down view, tooltip grid previews, item hints and labels on the lid, and a fill bar.
10 lines
190 B
Groovy
10 lines
190 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url = 'https://maven.fabricmc.net/' }
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'better-shulkers'
|