File tree 3 files changed +6
-6
lines changed
src/main/kotlin/me/tech/mcchestui
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
}
22
22
23
23
dependencies {
24
- implementation(" com.github.DebitCardz:mc-chestui-plus:1.4.6 " )
24
+ implementation(" com.github.DebitCardz:mc-chestui-plus:1.4.7 " )
25
25
}
26
26
```
27
27
### Maven
@@ -34,7 +34,7 @@ dependencies {
34
34
<dependency >
35
35
<groupId >com.github.DebitCardz</groupId >
36
36
<artifactId >mc-chestui-plus</artifactId >
37
- <version >1.4.6 </version >
37
+ <version >1.4.7 </version >
38
38
</dependency >
39
39
40
40
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ val githubActor = project.findProperty("gpr.user") as String? ?: System.getenv("
8
8
val githubToken = project.findProperty(" gpr.key" ) as String? ? : System .getenv(" GITHUB_TOKEN" )
9
9
10
10
group = " me.tech"
11
- version = " 1.4.6 "
11
+ version = " 1.4.7 "
12
12
13
13
repositories {
14
14
mavenCentral()
@@ -49,4 +49,4 @@ publishing {
49
49
from(components[" java" ])
50
50
}
51
51
}
52
- }
52
+ }
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ sealed class GUIType(
43
43
data object Dispenser : GUIType (
44
44
slotsPerRow = 3 ,
45
45
rows = 3 ,
46
- inventoryType = InventoryType .HOPPER
46
+ inventoryType = InventoryType .DISPENSER
47
47
)
48
48
49
49
data object Hopper : GUIType (
50
50
slotsPerRow = 5 ,
51
51
rows = 1 ,
52
52
inventoryType = InventoryType .HOPPER
53
53
)
54
- }
54
+ }
You can’t perform that action at this time.
0 commit comments