Skip to content

Commit

Permalink
detekt grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid committed Nov 1, 2024
1 parent 325d366 commit 6558def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ object ItemPickupLog {

event.sackChanges.forEach {
var itemStack = (it.internalName.getItemStack())
//TODO this should not need to be done here but the whole internal name resolving needs a rework and this fixes it for now
// TODO this should not need to be done here but the whole internal name resolving needs a rework and this fixes it for now
if (it.internalName == "HAY_BALE".asInternalName()) itemStack = "HAY_BLOCK".asInternalName().getItemStack()

val item = PickupEntry(itemStack.dynamicName(), it.delta.absoluteValue.toLong(), it.internalName)
Expand Down

0 comments on commit 6558def

Please sign in to comment.