Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Make bomb kits stack to only one item
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinTheDragon committed Sep 6, 2021
1 parent b07f0ec commit 336659d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BombKitItem(
val items: Map<out Supplier<out IItemProvider>, Int>,
val color: Int,
properties: Properties
) : Item(properties) {
) : Item(properties.stacksTo(1)) {
init {
allKits += this
}
Expand Down

0 comments on commit 336659d

Please sign in to comment.