fix: inconsistency between neu item id and nbt item id for some logs

This commit is contained in:
Linnea Gräf
2025-06-08 00:11:14 +02:00
parent 576dd477bb
commit 5eb4bc7f24

View File

@@ -242,7 +242,7 @@ val ItemStack.skyBlockId: SkyblockId?
}
else -> {
SkyblockId(id)
SkyblockId(id.replace(":", "-"))
}
}
}